aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
...
* allow passing driver options, fixes #11718Jörn Friedrich Dreyer2014-10-271-0/+7
* Fix PHPDoc and remove explicit type hintLukas Reschke2014-10-241-2/+2
* Add type hinting to functionsLukas Reschke2014-10-241-1/+1
* Use function outside of loopLukas Reschke2014-10-241-1/+2
* Merge pull request #10985 from owncloud/db-cleanupThomas Müller2014-10-234-139/+43
|\
| * Bit more cleanupRobin Appelman2014-10-221-2/+3
| * 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-222-28/+1
| * Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon...Robin Appelman2014-10-222-109/+2
* | Merge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-...Jörn Friedrich Dreyer2014-10-224-13/+49
|\ \ | |/ |/|
| * Special treatment for OracleThomas Müller2014-10-164-13/+49
* | Add PHPDoc about sanitization of "insertIfNotExist"Lukas Reschke2014-10-171-1/+1
|/
* adding 'smallint unsigned' to type mapping for sqliteThomas Müller2014-09-201-0/+1
* Fix ILIKE without wildcards for oracleRobin Appelman2014-09-181-1/+1
* Implement ILIKE for sqliteRobin Appelman2014-09-171-1/+1
* Make sqlite LIKE case sensitive on defaultRobin Appelman2014-09-172-0/+45
* adding ILIKE to AdapterSQLSrvThomas Müller2014-09-161-0/+1
* Introduce cross-db ILIKERobin Appelman2014-09-164-6/+26
* Disable database migrations for MSSQL - scripts have to be applied manuallyThomas Müller2014-09-152-0/+26
* Merge pull request #7323 from owncloud/Jonny007-MKD-masterLukas Reschke2014-09-092-6/+19
|\
| * Also update sqliteadapterRobin Appelman2014-07-021-3/+11
| * Update adapter.phpJonny007-MKD2014-07-011-3/+8
* | no statement caching for OracleThomas Müller2014-08-221-0/+5
* | migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-291-0/+13
* | generate copy of sqlite database file in data directoryThomas Müller2014-07-282-2/+27
* | register type mappings for unknown/unsupported mysql typesThomas Müller2014-07-241-0/+4
* | only commit in case a transaction is activeThomas Müller2014-07-231-1/+3
* | 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
* | - Added test to trigger index id errorVincent Petry2014-07-141-2/+4
* | Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-0/+1
* | Fix migrator tests to use the correct migrator instancesVincent Petry2014-07-011-1/+1
|/
* Use get random bytes as uniqeid() is not unique in some casesJoas Schilling2014-06-301-2/+2
* Do not rename primary key index when renaming tableVincent Petry2014-06-171-1/+7
* adding PK to table encryptionThomas Müller2014-06-061-1/+1
* Removed simulate db update flag and split into separate methodsVincent Petry2014-06-041-12/+25
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-3/+8
* Merge pull request #7015 from owncloud/db-migration-check-copyicewind19912014-06-037-50/+403
|\
| * Fix typoRobin Appelman2014-06-031-1/+1
| * Better unique names for temporary tablesRobin Appelman2014-06-032-1/+19
| * Add `generateChangeScript()` backRobin Appelman2014-06-031-0/+9
| * add a getter for the tableRobin Appelman2014-06-031-0/+7
| * Quote identifiers on mysqlRobin Appelman2014-06-032-1/+35
| * Skip migration checks for all sql backends besides mysql, postgres and sqliteRobin Appelman2014-06-033-10/+30
| * Only quote identifiers for oracle during migrationRobin Appelman2014-06-033-26/+58
| * Try and check migration before applying itRobin Appelman2014-06-032-60/+65
| * Check sqlite migration on a copy of the database fileRobin Appelman2014-06-032-0/+41
| * Fix migrator for postgresRobin Appelman2014-06-031-1/+3
| * Fix temporary schema creationRobin Appelman2014-06-031-4/+8
| * Fix generating migration test schemasRobin Appelman2014-06-031-1/+4