| Commit message (Expand) | Author | Age | Files | Lines |
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 10 | -2040/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -0/+8 |
* | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -6/+6 |
* | Make sure we don't quote column names twice | Joas Schilling | 2016-02-23 | 3 | -3/+3 |
* | Add ILIKE support to querybuilder | Thomas Müller | 2016-02-22 | 5 | -0/+79 |
* | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 4 | -5/+90 |
* | Introduce helper method | Joas Schilling | 2016-01-26 | 1 | -99/+34 |
* | Fix Oracle comparisons | Joas Schilling | 2016-01-26 | 2 | -14/+199 |
* | Adjust comments to the new constants | Joas Schilling | 2016-01-26 | 2 | -2/+4 |
* | allow comparing clob using expressionbuilder->eq if you explicitly say you're... | Robin Appelman | 2016-01-18 | 3 | -4/+44 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 7 | -7/+7 |
* | Do not quote the table name for lastInsertId() | Joas Schilling | 2015-12-09 | 1 | -6/+22 |
* | Add a method to the get "to use" table and column name | Joas Schilling | 2015-12-08 | 2 | -2/+19 |
* | Add select distinct to the query builder | Joas Schilling | 2015-12-08 | 1 | -0/+22 |
* | Allow getting the last insert id without much hassle | Joas Schilling | 2015-12-08 | 1 | -0/+15 |
* | Add a method to select a field or value with alias | Joas Schilling | 2015-11-23 | 1 | -0/+24 |
* | Allow `set('column', 'null')` to work like in Doctrine | Joas Schilling | 2015-09-24 | 1 | -1/+1 |
* | Automatically prefix table names with *PREFIX* unless specified | Joas Schilling | 2015-08-10 | 1 | -8/+34 |
* | Add a log message when the Doctrine Query Builder is retrieved | Joas Schilling | 2015-07-21 | 1 | -1/+1 |
* | Comment out LIMIT 0 case because of the mixed results | Joas Schilling | 2015-07-21 | 1 | -0/+4 |
* | Fix tests for setFirstResult and setMaxResults on oracle | Joas Schilling | 2015-07-21 | 1 | -2/+2 |
* | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 7 | -0/+1582 |