Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arvanus opened this issue Nov 20, 2023 · 3 comments
Open

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

arvanus opened this issue Nov 20, 2023 · 3 comments

Comments

@arvanus
Copy link
Collaborator

arvanus commented Nov 20, 2023

create table dummytable (
id integer,
dummmy1234567890123456789012345678901234567890 varchar(10)
)

@Jdochoa
Copy link
Contributor

Jdochoa commented Jan 8, 2024

Hi @arvanus I can't reproduce the error
dummytable

@arvanus
Copy link
Collaborator Author

arvanus commented Jan 8, 2024

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

@andy-123
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants