aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/SQLite/SQLiteTable3.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/SQLite/SQLiteTable3.pas')
-rw-r--r--Game/Code/lib/SQLite/SQLiteTable3.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/Game/Code/lib/SQLite/SQLiteTable3.pas b/Game/Code/lib/SQLite/SQLiteTable3.pas
index 9f2b86b3..4cbcf5c0 100644
--- a/Game/Code/lib/SQLite/SQLiteTable3.pas
+++ b/Game/Code/lib/SQLite/SQLiteTable3.pas
@@ -380,7 +380,7 @@ function TSQLiteDatabase.ContainsColumn(Table: String; Column: String) : boolean
var
sql: string;
ds: TSqliteTable;
- i : integer;
+
begin
sql := 'PRAGMA TABLE_INFO('+Table+');';
ds := self.GetTable(sql);
@@ -802,4 +802,3 @@ end;
end.
-