Max Terentiev - 2025-08-12
  • Description has changed:

Diff:

--- old
+++ new
@@ -4,7 +4,7 @@

 `ZQuery.Params[0].IsNulls[DMLIdx]:=true; `

-it store 0 to target field instead is NULL. But NULL means no value while 0 - is value contains 0 :-) Its very different and affect queries logic.
+it store 0 to target field instead of NULL. But NULL means no value while 0 - is value contains 0 :-) Its very different and affect queries logic.

 2. Another problem: if `ZQuery.Params[0].IsNulls[DMLIdx]:=true;` adding FIRST value in DML batch - Zeos throw error: **unsupported parameter type stUnknown, Index 1** To avoid this error this line must be added: