summaryrefslogtreecommitdiffstats
path: root/lib/public/db
Commit message (Expand)AuthorAgeFilesLines
* Move casting to IExpressionBuilderJoas Schilling2016-02-051-0/+10
* Fix Oracle comparisonsJoas Schilling2016-01-261-25/+73
* Adjust comments to the new constantsJoas Schilling2016-01-261-1/+1
* Add parameters to public interfaceJoas Schilling2016-01-251-0/+39
* allow comparing clob using expressionbuilder->eq if you explicitly say you're...Robin Appelman2016-01-181-1/+3
* Happy new year!Thomas Müller2016-01-126-6/+6
* Add a method to the get "to use" table and column nameJoas Schilling2015-12-081-0/+19
* Add select distinct to the query builderJoas Schilling2015-12-081-0/+16
* Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+8
* Add a method to select a field or value with aliasJoas Schilling2015-11-231-0/+18
* update licence headers via scriptMorris Jobke2015-10-053-0/+3
* Automatically prefix table names with *PREFIX* unless specifiedJoas Schilling2015-08-101-0/+9
* Add PHPDoc for classes and interfacesMorris Jobke2015-07-273-0/+9
* Add unit tests and automatic quotingJoas Schilling2015-07-216-52/+169
* Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling2015-07-213-0/+1058