summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/ConnectionFactory.php
Commit message (Collapse)AuthorAgeFilesLines
* Namespace and array syntax fixesMorris Jobke2017-03-191-24/+24
| | | | | | * minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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-191-0/+7
| | | | | * fully optional * requires additional options set in the database
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* map oracle driver options to params (#23938)Jörn Friedrich Dreyer2016-06-101-0/+4
|
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-0/+184
Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)