Firebird 3.0 and Code Typhon: Boolean field error in Field Editor
Posted: 27.11.2017, 18:11
Hi,
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:
In CT I create a Form on which I add ZConnection and ZReadOnlyQuery components. The ZReadOnlyQuery SQL is: 'SELECT * FROM TEST_TABLE'
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
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