mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-15 09:29:30 +01:00
removed TIBQuery due to compiler bug
git-svn-id: trunk@4525 -
This commit is contained in:
parent
c771afd96b
commit
414c67d333
@ -30,7 +30,7 @@ implementation
|
|||||||
|
|
||||||
procedure RegisterUnitInterbase;
|
procedure RegisterUnitInterbase;
|
||||||
begin
|
begin
|
||||||
RegisterComponents('Interbase',[TIBDatabase,TIBTransaction,TIBQuery]);
|
RegisterComponents('Interbase',[TIBDatabase,TIBTransaction{,TIBQuery}]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user