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

Error messages after parameters substitution contains '\n' characters instead of line break [CORE2140] #2571

Closed
firebird-automations opened this issue Oct 23, 2008 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Assigned to: Claudio Valderrama C. (robocop)

Is related to QA371

execute block
returns (y int)
as
begin
for execute statement
('select rdb$relation_id from rdb$database where rdb$relation_id = :x') (1)
with autonomous transaction
into y
do suspend;
end

this one returns error :

Execute statement error at jrd8_prepare :\n335544569 : Dynamic SQL Error
335544436 : SQL error code = -206
335544578 : Column unknown
335544382 : X
336397208 : At line 1, column 67
Statement : select rdb$relation_id from rdb$database where rdb$relation_id = :x\nData source : Internal::.

while correct text is

Execute statement error at jrd8_prepare :
335544569 : Dynamic SQL Error
335544436 : SQL error code = -206
335544578 : Column unknown
335544382 : X
336397208 : At line 1, column 67
Statement : select rdb$relation_id from rdb$database where rdb$relation_id = :x
Data source : Internal::.

Commits: 66057e9 8f1bfc7 0b89174

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

assignee: Claudio Valderrama C. [ robocop ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA371 [ QA371 ]

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

No branches or pull requests

1 participant