Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -184/+0 |
| | | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder) | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -6/+0 |
| | |||||
* | Merge pull request #14665 from owncloud/fileid-increment | Morris Jobke | 2015-03-26 | 1 | -0/+1 |
|\ | | | | | SQLite autoincrement test | ||||
| * | Rename platform | Robin Appelman | 2015-03-25 | 1 | -1/+1 |
| | | |||||
| * | Add custom sqlite platform to set auto increment | Robin Appelman | 2015-03-25 | 1 | -0/+1 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+21 |
| | |||||
* | set MySQL autocommit on connection setup | Thomas Müller | 2015-01-19 | 1 | -4/+9 |
| | |||||
* | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -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 mode | Thomas Müller | 2014-11-25 | 1 | -1/+3 |
| | |||||
* | allow passing driver options, fixes #11718 | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -0/+7 |
| | |||||
* | Move creating the database connection to the server container | Robin Appelman | 2014-10-22 | 1 | -0/+37 |
| | |||||
* | Remove implicit prepared statement cache and get the connection from the ↵ | Robin Appelman | 2014-10-22 | 1 | -13/+0 |
| | | | | server container in \OC_DB | ||||
* | Make sqlite LIKE case sensitive on default | Robin Appelman | 2014-09-17 | 1 | -0/+3 |
| | |||||
* | Introduce cross-db ILIKE | Robin Appelman | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | no statement caching for Oracle | Thomas Müller | 2014-08-22 | 1 | -0/+5 |
| | |||||
* | Document why we have to check with defined() first. | Andreas Fischer | 2014-07-16 | 1 | -0/+2 |
| | |||||
* | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-16 | 1 | -1/+7 |
| | |||||
* | fixing typos and adding PHPDoc | Thomas Müller | 2014-05-12 | 1 | -2/+3 |
| | |||||
* | Deduplicate connection handling code into \OC\DB\ConnectionFactory | Andreas Fischer | 2014-03-31 | 1 | -0/+117 |