Joas Schilling
|
5c0be3b565
|
Fix the last insert id test by changing to an autoincrement table
|
2015-12-09 09:51:33 +01:00 |
Joas Schilling
|
9f98849306
|
Add a method to the get "to use" table and column name
|
2015-12-08 11:04:28 +01:00 |
Joas Schilling
|
a3391248e4
|
Add select distinct to the query builder
|
2015-12-08 09:49:21 +01:00 |
Joas Schilling
|
f2c7acb3c0
|
Allow getting the last insert id without much hassle
|
2015-12-08 09:40:20 +01:00 |
Thomas Müller
|
3bb6dcea64
|
Apply DB group annotation ...
|
2015-11-30 10:55:05 +01:00 |
Joas Schilling
|
1c7d7288c4
|
Add a method to select a field or value with alias
|
2015-11-23 13:28:31 +01:00 |
Joas Schilling
|
5fea6f753e
|
Automatically prefix table names with *PREFIX* unless specified
|
2015-08-10 16:20:42 +02:00 |
Joas Schilling
|
f9071ed5b7
|
Comment out LIMIT 0 case because of the mixed results
|
2015-07-21 15:25:48 +02:00 |
Joas Schilling
|
c9564503c2
|
Fix tests for setFirstResult and setMaxResults on oracle
|
2015-07-21 15:25:48 +02:00 |
Joas Schilling
|
22849238fb
|
Set a limit until doctrine released a version that fixes Sqlite
See https://github.com/doctrine/dbal/pull/782 for more info
|
2015-07-21 15:25:48 +02:00 |
Joas Schilling
|
32cb30cb84
|
Correctly count the number of items (rowCount is Update/Insert/Delete only)
|
2015-07-21 15:25:47 +02:00 |
Joas Schilling
|
577a7c92e1
|
Can not test the string, thanks oracle....
|
2015-07-21 15:25:47 +02:00 |
Joas Schilling
|
516f7e8299
|
Add unit tests and automatic quoting
|
2015-07-21 15:25:47 +02:00 |