summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Collapse)AuthorAgeFilesLines
* Add bitwise AND and OR to the expression builderJoas Schilling2017-01-051-1/+37
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow aliasing columns when using the query builderRobin Appelman2016-11-171-0/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Inject config and loggerJoas Schilling2016-11-022-6/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Log the queries of the QueryBuilder as wellJoas Schilling2016-11-021-0/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow 4byte unicode filenames on supported platformsRobin Appelman2016-10-201-0/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix like queries in the QueryBuilderJoas Schilling2016-10-192-5/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correctly save and pass on the charsetJoas Schilling2016-10-191-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fixing ctor callThomas Müller2016-10-191-3/+3
|
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-194-3/+27
| | | | | * fully optional * requires additional options set in the database
* Kill update simulationVincent Petry2016-09-271-11/+0
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update with robinJoas Schilling2016-07-2120-20/+20
|
* Fix othersJoas Schilling2016-07-2131-48/+79
|
* Various database migration fixes (#25209)Thomas Müller2016-06-295-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 Dreyer2016-06-101-0/+4
|
* Update license headersLukas Reschke2016-05-265-2/+5
|
* Speedup schema cloning for MySQLVictor Dubiniuk2016-05-231-0/+23
|
* Add a method to lock a tableJoas Schilling2016-05-214-1/+75
|
* Fix broken exception namingRoeland Jago Douma2016-05-191-3/+3
|
* do propagation in a single queryRobin Appelman2016-04-251-0/+1
|
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-1530-0/+4451
Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)