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

Reporting name of column for long column size [CORE5873] #6132

Closed
firebird-automations opened this issue Jul 11, 2018 · 4 comments
Closed

Reporting name of column for long column size [CORE5873] #6132

firebird-automations opened this issue Jul 11, 2018 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Maxim Kuzmin (cybermax)

Duplicates CORE5404

We converse our databases from Firebird 2.5 to 3.0, but a lot of internal query's using long names. When preparing their, get exception:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Name longer than database column size.

For short query, it's not problem. But in case a long and hard query, find long names becomes a complex task. Propose complete message by name of problematic column, like:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Name longer than database column size: "THIS_IS_LONG_FIELD_NAME_OF_TABLE".
Suggested name: "THIS_IS_LONG_FIELD_NAME_OF_TABL".

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

It is fixed in v4, see CORE5404

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

Link: This issue duplicates CORE5404 [ CORE5404 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

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

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

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