Problem with TUniDump

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kingkong
Posts: 1
Joined: Mon 13 Dec 2010 18:39

Problem with TUniDump

Post by kingkong » Mon 13 Dec 2010 18:55

I'm using it to dump to my fdb (firebird) file and found the output sql will have some problem with boolean (smallint) field.
The output value of 1 (true) should ramain as 1 but it become -1 which is not valid for import it back.

Can you fix this problem?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 14 Dec 2010 13:26

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.

Post Reply