sqliteds: fix indentation

git-svn-id: trunk@32754 -
This commit is contained in:
blikblum 2015-12-27 10:53:12 +00:00
parent 6189686c6d
commit e65a6b9e50

View File

@ -227,15 +227,15 @@ begin
SQLITE_FLOAT:
AType := ftFloat;
else
begin
begin
AType := ftString;
DataSize := DefaultStringSize;
end;
DataSize := DefaultStringSize;
end;
end;
end else
begin
AType := ftString;
DataSize := DefaultStringSize;
DataSize := DefaultStringSize;
end;
FieldDefs.Add(FieldDefs.MakeNameUnique(String(sqlite3_column_name(vm, i))), AType, DataSize);
//Set the pchar2sql function