mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 18:22:14 +02:00
- TSQLQuery now frees FIndexDefs
This commit is contained in:
parent
fcf91ea4fe
commit
10b6189ecf
@ -783,6 +783,7 @@ begin
|
||||
if Active then Close;
|
||||
UnPrepare;
|
||||
FreeAndNil(FSQL);
|
||||
FreeAndNil(FIndexDefs);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
@ -972,7 +973,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.16 2005-04-10 18:29:26 joost
|
||||
Revision 1.17 2005-04-13 22:10:26 joost
|
||||
- TSQLQuery now frees FIndexDefs
|
||||
|
||||
Revision 1.16 2005/04/10 18:29:26 joost
|
||||
- implemented parameter support for sqldb
|
||||
- Added TSQLConnection.ConnOptions
|
||||
- renamed TSQLQuery.FreeStatement to TSQLQuery.CloseStatement
|
||||
|
Loading…
Reference in New Issue
Block a user