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

UDF names using reserved words are extracted without double quotes [CORE1408] #1826

Closed
firebird-automations opened this issue Aug 8, 2007 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

isql
create database 'test.fdb';
DECLARE EXTERNAL FUNCTION "TABLE"
DOUBLE PRECISION
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT '' MODULE_NAME '';

isql -x test.fdb
DECLARE EXTERNAL FUNCTION TABLE
DOUBLE PRECISION
RETURNS DOUBLE PRECISION BY VALUE
ENTRY_POINT '' MODULE_NAME '';

Commits: 26c6b4f

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Fix verified.

@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 [ 12772 ] => Firebird [ 13906 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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