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

UNION DISTINCT accept BLOB fields [CORE1530] #1946

Open
firebird-automations opened this issue Oct 19, 2007 · 8 comments
Open

UNION DISTINCT accept BLOB fields [CORE1530] #1946

firebird-automations opened this issue Oct 19, 2007 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Is related to QA196

Since FB 2.1 it is illegal to sort blobs i.e. ORDER BY BLOB_FIELD is rejected by the engine

Union also involves sorting but (wrongly) accept BLOB fields :

SELECT F.RDB$DESCRIPTOR FROM RDB$FORMATS F
UNION
SELECT F.RDB$DESCRIPTOR FROM RDB$FORMATS F

Commits: b32234e fec2f3e c952f13

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

Fix Version: 2.1 RC1 [ 10201 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA196 [ QA196 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Restored the legacy behavior until we're able to implement DISTINCT for blobs properly.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Resolved [ 5 ] => Reopened [ 4 ]

resolution: Fixed [ 1 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 2.1 RC1 [ 10201 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13333 ] => Firebird [ 14017 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ] =>

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