delphi-orm
delphi-orm copied to clipboard
dorm.adapter.Sqlite3 execute not implemented
I believe it is as simple as changing the function to read:
function TSqlite3PersistStrategy.ExecuteCommand(ACommand: IdormCommand): Int64; begin Result := ExecuteAndGetFirst(aCommand.GetSQL); end;