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

don't work subquery in COALESCE [CORE2051] #2487

Closed
firebird-automations opened this issue Aug 24, 2008 · 6 comments
Closed

don't work subquery in COALESCE [CORE2051] #2487

firebird-automations opened this issue Aug 24, 2008 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Alex Bekhtin (afgm)

Relate to CORE2584

Firebird-2.5.0.20808-0_Win32
select coalesce((select http://T2.ID from TEST T2 where http://T2.ID = http://T1.ID), 0) from TEST T1
working correctly

Firebird-2.5.0.20824-0_Win32 and Firebird-2.5.0.20829-0_Win32
---
Invalid token.
invalid request BLR at offset 111.
context already in use (BLR error).

Commits: 9150e6f

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Yes. I fixed CORE501 but it caused problems, and I partially rolled back it and introduced this bug. :-)

I'll finish fix for CORE501 soon and this bug will be fixed together.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Link: This issue relate to CORE2584 [ CORE2584 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

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

2 participants