I have a problem with the Boolean fields of Firebird 3.0.
I use Code Typhon Ver. 6.30 on Windows 10 64.
I have created a database with the following table:
Code: Select all
CREATE TABLE TEST_TABLE (
BOOLEAN_FIELD BOOLEAN NOT NULL,
OTHER_FIELD SMALLINT NOT NULL);
In the field editor the BOLEAN_FIELD field instead of being TBooleanField is TStringField type as can be seen from the attached image.
Is it a Zeosdbo bug?
Thank you