summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/ConnectionFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Change option name again to be more like the other optionsRetidurc Silvernight2022-09-231-1/+1
* Change config option to db.persistentRetidurc Silvernight2022-09-231-1/+1
* Expose Doctrine settings in Netxcloud settingsRetidurc Silvernight2022-09-231-0/+4
* Allow specify a config prefix for another database connectionJoas Schilling2022-02-031-6/+7
* Attempt to fix CIacsfer2021-12-071-1/+0
* make it possible to override the default collationArthur Schiwon2021-09-011-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Add event subscriber for transaction isolation levelDaniel Kesselberg2020-02-211-0/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Use const for dbname and dbtableprefix defaultsDaniel Kesselberg2018-09-231-2/+8
* Move regex to a function and add testsJoas Schilling2018-04-191-11/+24
* Allow IPv6 database hostsJoas Schilling2018-04-181-6/+7
* Use ::class statement instead of stringMorris Jobke2018-01-291-8/+8
* add postgresql10 compatibility to dbalRobin Appelman2017-11-221-3/+0
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix bigint handling on postgresJoas Schilling2017-09-291-0/+4
* use the same oci connectstring in all code pathsRobin Appelman2017-04-101-23/+35
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-0/+15
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-14/+22
* Namespace and array syntax fixesMorris Jobke2017-03-191-24/+24
* Correctly save and pass on the charsetJoas Schilling2016-10-191-2/+4
* Fixing ctor callThomas Müller2016-10-191-3/+3
* Add config option to update charset of mysql to utf8mb4Morris Jobke2016-10-191-0/+7
* 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