1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 13:47:33 +02:00

Translator: added modifier %dt [Closes #198]

This commit is contained in:
David Grudl
2015-12-05 11:33:00 +01:00
parent a8691eb8f5
commit b6933815c7

View File

@@ -372,6 +372,7 @@ final class Translator
case 'd': // date
case 't': // datetime
case 'dt': // datetime
if ($value === NULL) {
return 'NULL';
} else {