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

Error "Data type unknown" when any UDF argument is a built-in function containing a DSQL parameter reference [CORE1175] #1597

Closed
firebird-automations opened this issue Mar 22, 2007 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @dyemanov

Is related to QA55

Examples:

select *
from RDB$DATABASE
where RDB$CHARACTER_SET_NAME = rtrim(trim(:par))

select *
from RDB$DATABASE
where RDB$CHARACTER_SET_NAME = rtrim(substring(:par from 1))

Commits: a32435b

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Test added. Bug still present in 2.1 Alpha 1. Please set the correct fix version.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 2.1 Beta 1 [ 10141 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

The fix was committed after the Alpha 1 tag, so I've set the fix version to "2.1 Beta 1".

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA55 [ QA55 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Fix verified for 2.1 Beta 1.

@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 [ 11704 ] => Firebird [ 15522 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test => Done successfully

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