summaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
* Change support message to be more explicit about the enterprise editionMorris Jobke2014-12-201-1/+1
* Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon2014-12-191-0/+1
* Quote identifiers for oracleRobin Appelman2014-12-091-0/+27
* Add tableExists to public db apiRobin Appelman2014-12-091-0/+12
* Add dropTable to IDBConnectionRobin Appelman2014-12-091-0/+13
* 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-252-2/+12
* drop dependency of some commands on old config objectMorris Jobke2014-11-202-7/+10
* Make declaration compatibleLukas Reschke2014-11-171-5/+5
* do not output DB information, and do not set headerArthur Schiwon2014-11-143-7/+28
* errors are already loggedArthur Schiwon2014-11-142-3/+0
* eliminate OC_Template::printErrorPage in database classes, fixes #12182Arthur Schiwon2014-11-143-7/+7
* 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
|\