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

Test for CORE-1313 [QA139] #147

Open
firebird-automations opened this issue Jun 20, 2007 · 7 comments
Open

Test for CORE-1313 [QA139] #147

firebird-automations opened this issue Jun 20, 2007 · 7 comments

Comments

@firebird-automations
Copy link

Submitted by: @pcisar

Jira_subtask_inward QA43
Relate to CORE1313

@firebird-automations
Copy link
Author

Modified by: @pcisar

Link: This issue relate to CORE1313 [ CORE1313 ]

@firebird-automations
Copy link
Author

Modified by: @pcisar

assignee: Pavel Cisar [ pcisar ]

@firebird-automations
Copy link
Author

Modified by: @pcisar

timespent: 900 [ 900 ]

timeestimate: 0 [ 0 ]

@firebird-automations
Copy link
Author

Modified by: @pcisar

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Commented by: @pmakowski

Pavel, you made the test for target 2.0.5 using the MERGE statement, but 2.0.x doesn't have the MERGE statement

@firebird-automations
Copy link
Author

Modified by: @pmakowski

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

resolution: Fixed [ 1 ] =>

@firebird-automations
Copy link
Author

Commented by: @pmakowski

Here an example that fail under 2.0.4 and succed under 2.0.5
SELECT T1.RDB$COLLATION_NAME
FROM RDB$COLLATIONS T1
RIGHT JOIN (SELECT T.RDB$DB_KEY AS DBKEY FROM RDB$COLLATIONS T) T2 ON T2.DBKEY = T1.RDB$DB_KEY;

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