Query AutoComplete gives error

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
DreamDancer
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 03.04.2013, 11:40

Query AutoComplete gives error

Post by DreamDancer »

Latest SVN, Win7 32+64, Lazarus 1.8.4 FPC 3.0.4:
A TQuery: if I type the "." which usually leads to the list of possible procedures/functions
now the following error occurs:
ZAbstractRODataset.pas(178,59) Error: Bezeichner nicht gefunden: TWideDataSet
Removing the $IF DECLARED(TWideDataSet) and only leave the $Else part, all works fine again.
Fr0sT
Zeos Dev Team
Zeos Dev Team
Posts: 280
Joined: 08.05.2014, 12:08

Re: Query AutoComplete gives error

Post by Fr0sT »

Looks like a bug in Lazarus. It evaluates the condition wrongfully while FPC compiles fine.

https://bugs.freepascal.org/view.php?id=30109

Likely we'll have to return WITH_WIDEDATASET define :( moreover, more nice IF DECLARED conditions probably could break too.
You do not have the required permissions to view the files attached to this post.
Post Reply