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

block size exceeds implementation restriction when using an alternate character set to connect to the database [CORE1195] #1620

Closed
firebird-automations opened this issue Apr 5, 2007 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: James Linse (jlinse)

If you create a database using the character set of "ASCII" and create a table with two columns of say varchar 30,000 you can select a row from the table fine. But if you connect to the database using the charset of UTF8 just selecting the row will result in
SQL error code = -204
Implementation limit exceeded
block size exceeds implementation restriction

I did not have this problem with 1.5

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

FB supports the row size (not only on disk, but in memory as well) up to 64K. With UTF8, every character occupies up to 4 bytes. So VARCHAR(30000) already overflows the limit after ASCII->UTF8 conversion.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11743 ] => Firebird [ 15535 ]

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

No branches or pull requests

1 participant