On 21-05-2020 11:14, Jorge Gonçalves wrote:
After a more detailed analysis I have found the problem.

I have run the upgrade process of my application that creates a table with one field "DELETED" with type BOOLEAN. That BOOLEAN type is a domain of type smallint, but the create statement uses the syntax  "... DELETED BOOLEAN ...". Since we use FB2.5 that's ok, the engine will create a smallint field, but in FB4 this will create a BOOLEAN field.

So is not a engine bug ... is a application upgrade bug.

Good to hear you managed to find the problem!

Mark
--
Mark Rotteveel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to