mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 07:59:15 +02:00
* Raise an exception in ExecSQLList
git-svn-id: trunk@12973 -
This commit is contained in:
parent
d2117f9285
commit
986553771d
@ -1442,6 +1442,8 @@ begin
|
||||
if FSqliteHandle = nil then
|
||||
GetSqliteHandle;
|
||||
FReturnCode := SqliteExec(PChar(FSQLList.Text), nil, nil);
|
||||
if FReturnCode <> SQLITE_OK then
|
||||
DatabaseError(ReturnString, Self);
|
||||
end;
|
||||
|
||||
procedure TCustomSqliteDataset.ExecSQL;
|
||||
|
Loading…
Reference in New Issue
Block a user