mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 03:08:10 +01:00
* Removed some statements
git-svn-id: trunk@15194 -
This commit is contained in:
parent
df92cfbcf0
commit
6a7072ea6f
@ -338,11 +338,8 @@ begin
|
||||
name:=StrAlloc (length(DBFileName)+1);
|
||||
strpcopy(name,DBFileName);
|
||||
OnData:=@SQLOnData;
|
||||
writeln('Try to open');
|
||||
sqlite3_open(name,@fSQLite);
|
||||
writeln('Open success');
|
||||
sqlite3_free(fPMsg);
|
||||
writeln('Free memory');
|
||||
if fSQLite <> nil then
|
||||
begin
|
||||
//fVersion := String(SQLite_Version);
|
||||
|
||||
@ -393,7 +393,6 @@ var Psql : pchar;
|
||||
begin
|
||||
Psql:=StrAlloc (length(Sql)+1);
|
||||
strpcopy(Psql,Sql);
|
||||
Writeln('Testing: ',psql);
|
||||
Result := SQLite_Complete(Psql)<>0;
|
||||
strdispose(Psql);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user