Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address comments | Morris Jobke | 2017-03-21 | 2 | -21/+1 |
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2017-03-21 | 4 | -12/+31 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -14/+22 |
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 2 | -25/+27 |
* | Fixed failing test which was ignoring a required (not null) column (#26303) | Philipp Schaffrath | 2017-03-17 | 1 | -1/+2 |
* | Add bitwise AND and OR to the expression builder | Joas Schilling | 2017-01-05 | 1 | -1/+37 |
* | Allow aliasing columns when using the query builder | Robin Appelman | 2016-11-17 | 1 | -0/+5 |
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -1/+1 |
* | Inject config and logger | Joas Schilling | 2016-11-02 | 2 | -6/+22 |
* | Log the queries of the QueryBuilder as well | Joas Schilling | 2016-11-02 | 1 | -0/+23 |
* | Allow 4byte unicode filenames on supported platforms | Robin Appelman | 2016-10-20 | 1 | -0/+11 |
* | Fix like queries in the QueryBuilder | Joas Schilling | 2016-10-19 | 2 | -5/+29 |
* | Correctly save and pass on the charset | Joas Schilling | 2016-10-19 | 1 | -2/+4 |
* | Fixing ctor call | Thomas Müller | 2016-10-19 | 1 | -3/+3 |
* | Add config option to update charset of mysql to utf8mb4 | Morris Jobke | 2016-10-19 | 4 | -3/+27 |
* | Kill update simulation | Vincent Petry | 2016-09-27 | 1 | -11/+0 |
* | Update with robin | Joas Schilling | 2016-07-21 | 20 | -20/+20 |
* | Fix others | Joas Schilling | 2016-07-21 | 31 | -48/+79 |
* | Various database migration fixes (#25209) | Thomas Müller | 2016-06-29 | 5 | -1/+93 |
* | map oracle driver options to params (#23938) | Jörn Friedrich Dreyer | 2016-06-10 | 1 | -0/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 5 | -2/+5 |
* | Speedup schema cloning for MySQL | Victor Dubiniuk | 2016-05-23 | 1 | -0/+23 |
* | Add a method to lock a table | Joas Schilling | 2016-05-21 | 4 | -1/+75 |
* | Fix broken exception naming | Roeland Jago Douma | 2016-05-19 | 1 | -3/+3 |
* | do propagation in a single query | Robin Appelman | 2016-04-25 | 1 | -0/+1 |
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 30 | -0/+4451 |