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

Wrong parameters order in trace output [CORE4094] #4422

Closed
firebird-automations opened this issue Apr 27, 2013 · 7 comments
Closed

Wrong parameters order in trace output [CORE4094] #4422

firebird-automations opened this issue Apr 27, 2013 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: prenosil (prenosil)

Is related to QA526

When you call this statement with parameter values 1,2,3,4

SELECT (SELECT 123 FROM Rdb$Database WHERE RDB$RELATION_ID=?)
FROM Rdb$Database
CROSS JOIN
(SELECT 123 as PDK FROM Rdb$Database WHERE RDB$RELATION_ID=? and RDB$RELATION_ID=? and RDB$RELATION_ID=?)

then trace log will show this

param0 = smallint, "1"
param1 = smallint, "4"
param2 = smallint, "3"
param3 = smallint, "2"

i.e. some parameters are reported with backward order.

Commits: 4267d26 bffe151 FirebirdSQL/fbt-repository@f23f83e FirebirdSQL/fbt-repository@6ab294c

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

FB3 seems not affected but patch is committed there too

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

Fix Version: 2.5.3 [ 10461 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA526 [ QA526 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Done successfully

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

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