aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/db/querybuilder/querybuilder.php
Commit message (Expand)AuthorAgeFilesLines
* 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