summaryrefslogtreecommitdiffstats
path: root/lib/private/db/connectionfactory.php
Commit message (Expand)AuthorAgeFilesLines
* Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-10/+10
* adding new config parameter for sqlite to specify the journal modeThomas Müller2014-11-251-1/+3
* allow passing driver options, fixes #11718Jörn Friedrich Dreyer2014-10-271-0/+7
* Move creating the database connection to the server containerRobin Appelman2014-10-221-0/+37
* Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman2014-10-221-13/+0
* Make sqlite LIKE case sensitive on defaultRobin Appelman2014-09-171-0/+3
* Introduce cross-db ILIKERobin Appelman2014-09-161-1/+1
* no statement caching for OracleThomas Müller2014-08-221-0/+5
* Document why we have to check with defined() first.Andreas Fischer2014-07-161-0/+2
* Make MySQL return "number of found rows" instead of number of "affected rows".Andreas Fischer2014-07-161-1/+7
* fixing typos and adding PHPDocThomas Müller2014-05-121-2/+3
* Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-311-0/+117