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

Implement new setting to relax strict SQL standard's alias checking rules [CORE1625] #2046

Closed
firebird-automations opened this issue Nov 29, 2007 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Allow use relation name as column qualifier even if relation alias is specified in query.

I.e. query such as

SELECT TABLE.FIELD FROM TABLE T

would work

Commits: 650351a c2800e6

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

New config setting "RelaxedAliasChecking" was added

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13533 ] => Firebird [ 14064 ]

@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