summaryrefslogtreecommitdiffstats
path: root/lib/private/db/querybuilder/querybuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-1124/+0
* Update author informationLukas Reschke2016-03-011-0/+2
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-6/+6
* Add ILIKE support to querybuilderThomas Müller2016-02-221-0/+4
* Move casting to IExpressionBuilderJoas Schilling2016-02-051-0/+6
* allow comparing clob using expressionbuilder->eq if you explicitly say you're...Robin Appelman2016-01-181-1/+6
* Happy new year!Thomas Müller2016-01-121-1/+1
* 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-081-1/+18
* 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
* 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-211-0/+983