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

distinct with blob fields [CORE1713] #2138

Closed
firebird-automations opened this issue Jan 29, 2008 · 5 comments
Closed

distinct with blob fields [CORE1713] #2138

firebird-automations opened this issue Jan 29, 2008 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Gozzini Pietro (pgozzini)

error from field mag.mgdes in version 2.1
work fine in version 2.03 and 1.5.4
problem is distinct with blob fields

SELECT DISTINCT MAG.MGTIPO,MCOMP.MCPCOD,MAG.MGCNCC, MAG.MGDES
FROM MCOMP
INNER JOIN MAG ON (MCOMP.MCPCOD = MAG.MGCOD)

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

See CORE1530. It was an intentional change. However, now it's decided to restore the original logic. Please try the latest snapshot build, it should already have the issue fixed.

@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 RC2 [ 10250 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@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
Projects
None yet
Development

No branches or pull requests

2 participants