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

ISC_ARRAY_DESC::array_desc_length is not linked with the connection charset [CORE1553] #1970

Open
firebird-automations opened this issue Oct 31, 2007 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @ibprovider

FB 2.0 has new algorithm for calculation of CHAR / VARCHAR columns length [ XSQLVAR::sqllen ]

But for array with text, Firebird use the old algorithm - ISC_ARRAY_DESC::array_desc_length=RDB$FIELD_LENGTH from RDB$FIELDS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment