Joas Schilling
|
70572c1e3c
|
Allow `set('column', 'null')` to work like in Doctrine
|
2015-09-24 09:53:09 +02: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 |