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

Same error in status vector reported twice [CORE2995] #3377

Closed
firebird-automations opened this issue May 7, 2010 · 8 comments
Closed

Same error in status vector reported twice [CORE2995] #3377

firebird-automations opened this issue May 7, 2010 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Attachments:
dsql_sql_info.cpp

This bug was initially noticed by GLDS using IBO componnets an then reproduced by me using pure API. Attached test program must output:

conversion error from string "--2"
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 9
-*
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 9
-*
conversion error from string "--2"
Second OK

Though correct one must be:

conversion error from string "--2"
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 9
-*
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 9
-*
First OK
Second OK

Commits: cd5fcdd 75ba8a9 a456b8a

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

test program

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Attachment: dsql_sql_info.cpp [ 11618 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC3 [ 10381 ]

Fix Version: 2.1.4 [ 10361 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

I didn't verified but sooner of all bug was present since v 2.1.0

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Version: 2.1.3 [ 10302 ]

@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