summaryrefslogtreecommitdiffstats
path: root/lib/private/db/connectionfactory.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-184/+0
| | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Remove remainings of mssqlThomas Müller2015-07-291-6/+0
|
* Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-261-0/+1
|\ | | | | SQLite autoincrement test
| * Rename platformRobin Appelman2015-03-251-1/+1
| |
| * Add custom sqlite platform to set auto incrementRobin Appelman2015-03-251-0/+1
| |
* | Update license headersJenkins for ownCloud2015-03-261-4/+21
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* set MySQL autocommit on connection setupThomas Müller2015-01-191-4/+9
|
* Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-10/+10
| | | | | | * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container
* 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 ↵Robin Appelman2014-10-221-13/+0
| | | | server container in \OC_DB
* 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