delphi-orm icon indicating copy to clipboard operation
delphi-orm copied to clipboard

dorm.adapter.Sqlite3 execute not implemented

Open skamradt opened this issue 3 years ago • 0 comments

I believe it is as simple as changing the function to read:

function TSqlite3PersistStrategy.ExecuteCommand(ACommand: IdormCommand): Int64; begin Result := ExecuteAndGetFirst(aCommand.GetSQL); end;

skamradt avatar Sep 27 '21 14:09 skamradt