Bug? Generator mode not working when using Append

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Brob
Posts: 44
Joined: Mon 24 Oct 2011 07:31

Bug? Generator mode not working when using Append

Post by Brob » Wed 18 Mar 2015 11:43

Hi

Just updated to the latest unidac version and now generator mode with TUniQuery.append only works when adding the first record to empty dataset. If I use TUniQuery.insert then it works ok! Append has always worked ok in the past for an application I wrote 6 months ago.

Has something changed?

Firebird 2.5
Delphi 2007

Brob
Posts: 44
Joined: Mon 24 Oct 2011 07:31

Re: Bug? Generator mode not working when using Append

Post by Brob » Wed 18 Mar 2015 11:59

Just done some more testing and append work for alternate records. Works for one record then misses one record then works for the next one. Insert works every time

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Bug? Generator mode not working when using Append

Post by ViktorV » Wed 18 Mar 2015 13:11

We have already fixed this issue, the fix will be included in the next UniDAC build.

Brob
Posts: 44
Joined: Mon 24 Oct 2011 07:31

Re: Bug? Generator mode not working when using Append

Post by Brob » Wed 18 Mar 2015 14:42

Thanks

Do you know when the next release will be?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Bug? Generator mode not working when using Append

Post by ViktorV » Thu 19 Mar 2015 07:37

The new buid of UniDAC with fixed error release is planned for within a month.

Post Reply