1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-08 07:06:52 +02:00

* fetchPairs improved

This commit is contained in:
David Grudl
2007-06-11 00:25:48 +00:00
parent e33689a5a1
commit c7dbc7134c
2 changed files with 18 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ class DibiSqliteDriver extends DibiDriver
$formats = array(
'TRUE' => "1",
'FALSE' => "0",
'date' => "'Y-m-d'",
'datetime' => "'Y-m-d H:i:s'",
'date' => "U",
'datetime' => "U",
);