mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 03:49:59 +02:00
- TSQLQuery now frees FIndexDefs
This commit is contained in:
parent
fcf91ea4fe
commit
10b6189ecf
@ -783,6 +783,7 @@ begin
|
|||||||
if Active then Close;
|
if Active then Close;
|
||||||
UnPrepare;
|
UnPrepare;
|
||||||
FreeAndNil(FSQL);
|
FreeAndNil(FSQL);
|
||||||
|
FreeAndNil(FIndexDefs);
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -972,7 +973,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
- implemented parameter support for sqldb
|
||||||
- Added TSQLConnection.ConnOptions
|
- Added TSQLConnection.ConnOptions
|
||||||
- renamed TSQLQuery.FreeStatement to TSQLQuery.CloseStatement
|
- renamed TSQLQuery.FreeStatement to TSQLQuery.CloseStatement
|
||||||
|
Loading…
Reference in New Issue
Block a user