flamerobin
flamerobin copied to clipboard
Fb4+, Fr truncates field names with more than 32 char
create table dummytable (
id integer,
dummmy1234567890123456789012345678901234567890 varchar(10)
)
Hi @arvanus I can't reproduce the error
Hi You need to run a select, the column name will be trunked
The XSQLVAR structure is limited to 32 characters. Also in FB3+. We have to use the new OO_API. I will have a look after my current PR #362 is committed.