I believe it is as simple as changing the function to read: function TSqlite3PersistStrategy.ExecuteCommand(ACommand: IdormCommand): Int64; begin Result := ExecuteAndGetFirst(aCommand.GetSQL); end;
I believe it is as simple as changing the function to read:
function TSqlite3PersistStrategy.ExecuteCommand(ACommand: IdormCommand): Int64;
begin
Result := ExecuteAndGetFirst(aCommand.GetSQL);
end;