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?