https://bugs.documentfoundation.org/show_bug.cgi?id=163996
--- Comment #9 from Alex Thurgood <[email protected]> --- It looks like PreparedStatement.cxx for Firebird only contains code for handling the following SQL types: SQL_TEXT SQL_LONG SQL_INT64 SQL_FLOAT SQL_BOOLEAN SQL_NULL I can't tell which of those is used to manage the following Firebird SQL types, identified at: (https://www.firebirdsql.org/file/documentation/chunk/en/refdocs/fblangref40/fblangref40-datatypes.html) BINARY(n) CHAR(n), CHARACTER(n) DATE DECIMAL (precision, scale) DOUBLE PRECISION INTEGER, INT INT128 NUMERIC (precision, scale) REAL SMALLINT TIME [WITHOUT TIME ZONE] TIME WITH TIME ZONE TIMESTAMP [WITHOUT TIME ZONE] TIMESTAMP WITH TIME ZONE VARBINARY(n), BINARY VARYING(n) VARCHAR(n), CHAR VARYING(n), CHARACTER VARYING(n) Seems like at least DATE and INT (signed 32 bit integer) are not catered for? -- You are receiving this mail because: You are the assignee for the bug.
