mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
sqliteds: fix indentation
git-svn-id: trunk@32754 -
This commit is contained in:
parent
6189686c6d
commit
e65a6b9e50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user