summaryrefslogtreecommitdiffstats
path: root/tests/lib/db/querybuilder/querybuildertest.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-1203/+0
* Fix the last insert id test by changing to an autoincrement tableJoas Schilling2015-12-091-5/+17
* Add a method to the get "to use" table and column nameJoas Schilling2015-12-081-1/+21
* Add select distinct to the query builderJoas Schilling2015-12-081-4/+32
* Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+25
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
* Add a method to select a field or value with aliasJoas Schilling2015-11-231-34/+116
* Automatically prefix table names with *PREFIX* unless specifiedJoas Schilling2015-08-101-34/+64
* Comment out LIMIT 0 case because of the mixed resultsJoas Schilling2015-07-211-1/+2
* Fix tests for setFirstResult and setMaxResults on oracleJoas Schilling2015-07-211-41/+63
* Set a limit until doctrine released a version that fixes SqliteJoas Schilling2015-07-211-0/+4
* Correctly count the number of items (rowCount is Update/Insert/Delete only)Joas Schilling2015-07-211-13/+22
* Can not test the string, thanks oracle....Joas Schilling2015-07-211-10/+32
* Add unit tests and automatic quotingJoas Schilling2015-07-211-0/+941