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

Server crashes on UPDATE OR INSERT statement [CORE2441] #1069

Closed
firebird-automations opened this issue Apr 27, 2009 · 11 comments
Closed

Server crashes on UPDATE OR INSERT statement [CORE2441] #1069

firebird-automations opened this issue Apr 27, 2009 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: freemanzav (freemanzav)

Is related to QA236

Server Firebird 2.1 CS, OS win xp

CREATE TABLE TABLE_TXT (
FIELD1 VARCHAR(255)
);

Query:
UPDATE OR INSERT INTO TABLE_TXT (FIELD1)
VALUES (CAST(:FIELD1 AS TIMESTAMP))
MATCHING(FIELD1);

Error:
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Error writing data to the connection.

Commits: fc06c5b f5c31ce

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Version: 2.1.2 [ 10270 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

confirmed on linux HEAD

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

Target: 2.1.3 [ 10302 ]

Fix Version: 2.5 RC1 [ 10300 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

Fix Version: 2.1.3 [ 10302 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA236 [ QA236 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

QA test added.

@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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test => Done successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment