1
0
mirror of https://github.com/dg/dibi.git synced 2025-10-20 17:32:50 +02:00
Files
php-dibi/dibi/drivers
Erik Fercak 7fc3d76072 Add aposthrophes back to dates
Commit 7318658017 removed apostrophes from dates and that caused
dibi to build different queries. Compare:
...WHERE `date_created` < '2014-02-21';
vs.
...WHERE `date_created` < 2014-02-21;
2014-02-21 14:08:07 +01:00
..
2014-02-04 03:09:31 +01:00
2014-02-04 03:09:31 +01:00
2014-02-04 03:09:31 +01:00
2014-02-04 03:09:31 +01:00
2014-02-04 03:09:31 +01:00
2014-02-04 03:09:31 +01:00
2014-02-04 03:09:31 +01:00
2014-02-04 03:09:31 +01:00