Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |