summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/ConnectionFactory.php
Commit message (Collapse)AuthorAgeFilesLines
* php 5.6 compatibilityJoas Schilling2018-05-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move regex to a function and add testsJoas Schilling2018-05-091-11/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow IPv6 database hostsJoas Schilling2018-05-091-6/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add postgresql10 compatibility to dbalRobin Appelman2017-11-221-3/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix bigint handling on postgresJoas Schilling2017-09-291-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use the same oci connectstring in all code pathsRobin Appelman2017-04-101-23/+35
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * success on SQLite and Postgres * failure on MySQL due to the limited charset that only supports up to 3 bytes Add config option to update charset of mysql to utf8mb4 * fully optional * requires additional options set in the database only disable unicode test on mysql Fixing ctor call Adding docker based unit test execution for mysql utf8mb4 Add mysqlmb4 test configuration to Jenkinsfile fix collation on utf8mb4 Properly setup charset and collation in the doctrine connection Allow files containing 4-byte chars in case the database supports it During setup of a mysql database we try to detect if charset 'utf8mb4' can be used Fix mysql settings Add console command to migrate the charset Set ROW_FORMAT before setting collation to mb4 Also select tables with wrong collation Faster MySQL docker Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-14/+22
| | | | | | * preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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)