I report bug via Mantis.
I understand the matter with function TZInterbase6PreparedStatement.ExecuteUpdatePrepared: Integer;
because i'm testing with MySQL and with this last, the log is correct but don't use the same code :
Code: Select all
function TZEmulatedPreparedStatement.ExecuteUpdatePrepared: Integer;
begin
Result := ExecuteUpdate(PrepareSQLQuery);
end;
How can i propose the new modify ?