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

Firebird 4: object name length increased to 63 [JDBC467] #506

Closed
firebird-automations opened this issue Dec 19, 2016 · 8 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Jira_subtask_inward JDBC466
Depends on CORE749
Relate to JDBC560

CORE749 increased object names to 63 characters, some parts of Jaybird currently explicitly use the existing 31 character limit (eg some casts in metadata queries).

Consider doing this for 2.2.x and 3.0 as well.

Commits: f4e0a51 66bb5aa 62d664c

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.1 [ 10441 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue depends on CORE749 [ CORE749 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.0.0-beta-3 [ 10806 ]

Fix Version: Jaybird 3.0.0 [ 10440 ]

Fix Version: Jaybird 2.2.13 [ 10805 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

For Jaybird 2.2 and 3.0 I have increased the casts used in metadata from 31 (or 40 in some predicates) to 63 (or 73). For Jaybird 3.1 this may need a little bit more investigation, as it looks like the identifier length is configurable, and we may need to take into account people using longer identifiers.

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

As it turns out, the configuration allows people to use smaller identifiers than the current max, so we don't need to do anything extra.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

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

resolution: Fixed [ 1 ]

Fix Version: Jaybird 3.1 [ 10441 ] =>

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

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

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue relate to JDBC560 [ JDBC560 ]

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