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

Casing inconsistency in messages [CORE1190] #1615

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

Casing inconsistency in messages [CORE1190] #1615

firebird-automations opened this issue Apr 1, 2007 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @cincuranet

There's small incosistency in casing of "integrity constraint" words.

If you try to delete index used in PK you'll get (first letters upper case):
Statement failed, SQLCODE = -607
unsuccessful metadata update
-ERASE RDB$INDICES failed
-action cancelled by trigger (1) to preserve data integrity
-Cannot delete index used by an Integrity Constraint

but when you try to deactive it, you'll get (all letters in lower case):
Statement failed, SQLCODE = -607
unsuccessful metadata update
-MODIFY RDB$INDICES failed
-action cancelled by trigger (2) to preserve data integrity
-Cannot deactivate index used by an integrity constraint

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11730 ] => Firebird [ 15414 ]

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