Skip to content

Commit 61ce3e8

Browse files
author
Arnaud Bouchez
committed
db: fixed ZDBC unit compilation
1 parent 89938c5 commit 61ce3e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/db/mormot.db.sql.zeos.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ procedure TSqlDBZeosStatement.ColumnsToJson(WR: TResultsWriter);
14251425
begin
14261426
WR.AddDirect('"');
14271427
WR.AddDateTime(fResultSet.GetTimestamp(col + FirstDbcIndex),
1428-
fForceDateWithMS);
1428+
dsfForceDateWithMS in fFlags);
14291429
WR.AddDirect('"');
14301430
end;
14311431
ftUtf8:

src/mormot.commit.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
'2.3.12807'
1+
'2.3.12808'

0 commit comments

Comments
 (0)