From 0229d2bc81dfd305f009b74b807b84836d8c30f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Fri, 16 Dec 2022 14:38:15 +0100 Subject: [PATCH] * Forgot to commit, SQLTransaction instead of Transaction --- components/sqldbrest/design/sqldbschemaedittools.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sqldbrest/design/sqldbschemaedittools.pp b/components/sqldbrest/design/sqldbschemaedittools.pp index 6fcde6c09a..5a614054fd 100644 --- a/components/sqldbrest/design/sqldbschemaedittools.pp +++ b/components/sqldbrest/design/sqldbschemaedittools.pp @@ -201,7 +201,7 @@ begin Result.UniDirectional:=True; Result.Open; except - Result.Transaction.RollBack; + Result.SQLTransaction.RollBack; Result.Free; Raise; end;