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