Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bitwise AND and OR to the expression builder | Joas Schilling | 2017-01-05 | 1 | -1/+37 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow aliasing columns when using the query builder | Robin Appelman | 2016-11-17 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Inject config and logger | Joas Schilling | 2016-11-02 | 2 | -6/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Log the queries of the QueryBuilder as well | Joas Schilling | 2016-11-02 | 1 | -0/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow 4byte unicode filenames on supported platforms | Robin Appelman | 2016-10-20 | 1 | -0/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix like queries in the QueryBuilder | Joas Schilling | 2016-10-19 | 2 | -5/+29 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Correctly save and pass on the charset | Joas Schilling | 2016-10-19 | 1 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 |
| | | | | | * fully optional * requires additional options set in the database | ||||
* | Kill update simulation | Vincent Petry | 2016-09-27 | 1 | -11/+0 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | 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 |
| | | | | | | | | | | | | | * String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating * Adding schema migration tests to prevent unnecessary and non-sense migration steps Fix Oracle autoincrement and unsigned handling * Fix sqlite integer type for autoincrement * Use lower case table names - fixes pg * Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine | ||||
* | 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 |
Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder) |