Feedback on 7.0.0

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
freepro
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 12.03.2012, 16:32

Feedback on 7.0.0

Post by freepro »

Hi,

just started some basic tests with the lib. Using fpc(9.30?), firebird 2.5.

1. I need lookup field. Had to add it to inactive dataset. But then other fields are not autobuilt from db(FDefaultFields becomes false). Had to add all the fields manually.

2. dataset has option set to update only changed fields. I edit some field a few times(and save DS each time), then set it to the initial value and save. It fails, because some metadata sql is executed + it is formed invalidly. Field is not recognized as changed? changed option to update all fields - now it works.

3. I have several DS open at the same time, and need to save them together. There is no support for that. I read that old Delphi connection had smth to update several datasets at once. If one ds fails during update, then other is left in invalid state(using ApplyUpdates). Edited lib's source to support that(WriteUpdates/CommitUpdates)

4. I have several DS open, and they are in master/details relation. After the save if you navigate to other parent row and then back - it shows old values in child rows. But DB is updated properly.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

Did you try another Revision before? Which revision do you use?
Hmm can you eventally find out what the problems are? Are you able to present a solution?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Locked