aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
* Remove OC_LogThomas Müller2015-07-032-2/+2
* update license headers and authorsMorris Jobke2015-06-252-4/+19
* Do not use digits in random index namesVictor Dubiniuk2015-06-081-1/+1
* Using TRANSACTION_READ_COMMITTEDThomas Müller2015-04-161-0/+2
* Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-262-0/+36
|\
| * Rename platformRobin Appelman2015-03-252-2/+2
| * Add custom sqlite platform to set auto incrementRobin Appelman2015-03-252-0/+36
* | Update license headersJenkins for ownCloud2015-03-2622-89/+446
|/
* be a little more verbose in the exception message when we cant connect to the dbRobin Appelman2015-03-201-1/+1
* Also add a note that clob does not work in the compare arrayJoas Schilling2015-03-163-0/+3
* Also use all keys for an empty array, just in caseJoas Schilling2015-03-122-2/+2
* Fix doc blocks of insertIfNotExists() methodJoas Schilling2015-03-113-16/+24
* let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-094-35/+16
* Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-093-10/+16
* Fix PHPDoc on the way ....Thomas Müller2015-03-061-13/+15
* Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller2015-03-061-33/+9
* Merge pull request #14660 from metaworx/replace-static-dbtableprefix-with-con...Joas Schilling2015-03-031-2/+2
|\
| * replace 'oc_' with dbtableprefix form config for temporary table names and in...martin-rueegg2015-03-031-2/+2
* | Merge pull request #14496 from owncloud/kill-substr-mssql-masterThomas Müller2015-03-031-102/+0
|\ \ | |/ |/|
| * Remove hacky Substring support for MSSQLLukas Reschke2015-02-251-102/+0
* | Revert "Updating license headers"Morris Jobke2015-02-2622-432/+124
|/
* Dont break code which relies on the cursor being open after insert/update/deleteBernhard Posselt2015-02-241-1/+0
* Merge pull request #14442 from owncloud/fix-oracle-ci-masterLukas Reschke2015-02-241-1/+2
|\
| * Close the cursor after the affected count has been extracted.Thomas Müller2015-02-231-1/+2
* | Merge pull request #14119 from owncloud/dbal251Thomas Müller2015-02-231-0/+3
|\ \ | |/ |/|
| * Skip primary index if the table has oneVictor Dubiniuk2015-02-161-0/+3
* | Updating license headersJenkins for ownCloud2015-02-2322-124/+432
* | Merge pull request #13777 from owncloud/close-cursorLukas Reschke2015-02-201-0/+1
|\ \
| * | ignore cursorclosingBernhard Posselt2015-01-291-0/+1
| |/
* / Add mapping for a broken varchar type. Fixes #14247Victor Dubiniuk2015-02-171-0/+1
|/
* set MySQL autocommit on connection setupThomas Müller2015-01-191-4/+9
* Use a special filter expression for Oracle to filter the prefix - fixes #13220Thomas Müller2015-01-125-8/+30
* Merge pull request #12995 from owncloud/tbelau666-masterThomas Müller2015-01-095-30/+43
|\
| * add default for dbtableprefixMorris Jobke2014-12-233-4/+4
| * use injected config object and fix typosMorris Jobke2014-12-223-10/+24
| * inject \OCP\IConfig instance in migratorMorris Jobke2014-12-223-23/+13
| * Use Doctrines filter by table nametbelau6662014-12-224-6/+15
* | Prevent leaking db connection info in the stacktraceRobin Appelman2015-01-061-0/+10
|/
* 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