summaryrefslogtreecommitdiffstats
path: root/lib/private/db/querybuilder
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-1510-2040/+0
| | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)
* Update author informationLukas Reschke2016-03-015-0/+8
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* 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
|
* Move casting to IExpressionBuilderJoas Schilling2016-02-054-5/+90
|
* 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
|
* allow comparing clob using expressionbuilder->eq if you explicitly say ↵Robin Appelman2016-01-183-4/+44
| | | | you're comparing strings
* Happy new year!Thomas Müller2016-01-127-7/+7
|
* 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
|
* Add a method to select a field or value with aliasJoas Schilling2015-11-231-0/+24
|
* Allow `set('column', 'null')` to work like in DoctrineJoas Schilling2015-09-241-1/+1
|
* Automatically prefix table names with *PREFIX* unless specifiedJoas Schilling2015-08-101-8/+34
|
* Add a log message when the Doctrine Query Builder is retrievedJoas Schilling2015-07-211-1/+1
|
* 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-217-0/+1582