summaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-019-0/+12
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-6/+6
* Make sure we don't quote column names twiceJoas Schilling2016-02-233-3/+3
* Add ILIKE support to querybuilderThomas Müller2016-02-225-0/+79
* Remove old adapter - mssql is not supportedJoas Schilling2016-02-191-37/+0
* Make sure our index names fit in oracleJoas Schilling2016-02-161-0/+11
* Move casting to IExpressionBuilderJoas Schilling2016-02-054-5/+90
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-2/+1
* Move parameter to the right function callJoas Schilling2016-01-261-2/+1
* Use our OCP constantsJoas Schilling2016-01-261-3/+4
* Introduce helper methodJoas Schilling2016-01-261-99/+34
* Fix Oracle comparisonsJoas Schilling2016-01-262-14/+199
* Adjust comments to the new constantsJoas Schilling2016-01-262-2/+4
* Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-224-4/+103
|\
| * allow comparing clob using expressionbuilder->eq if you explicitly say you're...Robin Appelman2016-01-184-5/+47
| * handle bool in setValueRobin Appelman2016-01-181-3/+13
| * also handle not null violationsRobin Appelman2016-01-181-1/+1
| * Introduce IDBConnection::setValues()Robin McCorkell2016-01-181-0/+47
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-151-1/+1
|/
* 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