summaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-1229-32/+33
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* OC_DB_MDB2SchemaManager -> OC\DB\MDB2SchemaManagerMorris Jobke2016-01-072-6/+14
* Do not quote the table name for lastInsertId()Joas Schilling2015-12-091-6/+22
* Add a method to the get "to use" table and column nameJoas Schilling2015-12-082-2/+19
* Add select distinct to the query builderJoas Schilling2015-12-081-0/+22
* Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+15
* More cleanups of OC_Config usageMorris Jobke2015-12-032-2/+2
* Merge pull request #20393 from owncloud/querybuilder-select-with-aliasThomas Müller2015-11-261-0/+24
|\
| * Add a method to select a field or value with aliasJoas Schilling2015-11-231-0/+24
* | Throw an exception in case no table name is passed into lastInsertId of the O...Thomas Müller2015-11-232-2/+4
|/
* Add escapeLikeParameter to IDBConnectionRobin Appelman2015-11-051-0/+10
* define escape character for like statements on oracleRobin Appelman2015-11-051-0/+1
* define escape character for like statements on sqliteRobin Appelman2015-11-051-0/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* Allow `set('column', 'null')` to work like in DoctrineJoas Schilling2015-09-241-1/+1
* Merge pull request #17662 from owncloud/locking-dbThomas Müller2015-08-261-0/+10
|\
| * add method to check if we're inside a transactionRobin Appelman2015-08-101-0/+10
* | Automatically prefix table names with *PREFIX* unless specifiedJoas Schilling2015-08-101-8/+34
|/
* Remove remainings of mssqlThomas Müller2015-07-293-46/+0
* Add a log message when the Doctrine Query Builder is retrievedJoas Schilling2015-07-212-7/+39
* Comment out LIMIT 0 case because of the mixed resultsJoas Schilling2015-07-211-0/+4
* Fix tests for setFirstResult and setMaxResults on oracleJoas Schilling2015-07-211-2/+2
* Add unit tests and automatic quotingJoas Schilling2015-07-218-93/+438
* Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling2015-07-214-0/+1257
* 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
|\ \ | |/ |/|