mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
211 stars 64 forks source link

Fb4+, Fr truncates field names with more than 32 char #355

Open arvanus opened 7 months ago

arvanus commented 7 months ago
create table dummytable (
id integer,
dummmy1234567890123456789012345678901234567890 varchar(10)
)
Jdochoa commented 5 months ago

Hi @arvanus I can't reproduce the error dummytable

arvanus commented 5 months ago

Hi You need to run a select, the column name will be trunked

andy-123 commented 4 months ago

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.