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

fb server die when carry out the LEFT + INNER JOIN [CORE3798] #4141

Closed
firebird-automations opened this issue Mar 25, 2012 · 7 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @sim1984

CREATE TABLE TABLE1 (
ID INTEGER NOT NULL,
NAME VARCHAR(30),
ID_BREED INTEGER
);

ALTER TABLE TABLE1 ADD CONSTRAINT PK_TABLE1 PRIMARY KEY (ID);

CREATE TABLE TABLE2 (
ID INTEGER NOT NULL,
ID_TABLE1 INTEGER
);

ALTER TABLE TABLE2 ADD CONSTRAINT PK_TABLE2 PRIMARY KEY (ID);

CREATE TABLE TABLE3 (
ID INTEGER NOT NULL,
ID_BREED INTEGER
);

ALTER TABLE TABLE3 ADD CONSTRAINT PK_TABLE3 PRIMARY KEY (ID);

When execute or prepare this query fb server die

SELECT http://TABLE2.ID
FROM TABLE2
LEFT JOIN TABLE1 ON http://TABLE1.ID = TABLE2.ID_TABLE1
INNER JOIN TABLE3 ON TABLE1.ID_BREED = TABLE3.ID_BREED
WHERE http://TABLE1.ID = :ID

Commits: 1a45f24

@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 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: In Progress [ 3 ] => Open [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Version: 3.0 Initial [ 10301 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

Version: 3.0 Alpha 1 [ 10331 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

@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