We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Submitted by: Claudio Valderrama C. (robocop)
Assigned to: Claudio Valderrama C. (robocop)
Is related to QA403
These results are inconsistent, showing that the shift operators in C are designed for non-negative values only:
SQL> select bin_shl(100, -1) from rdb$database;
BIN\_SHL
===================== 0
SQL> select bin_shr(100, -1) from rdb$database;
BIN\_SHR
It seems I will have to put more error messages.
Commits: d962a39
The text was updated successfully, but these errors were encountered:
assignee: Claudio Valderrama C. [ robocop ]
Sorry, something went wrong.
status: Open [ 1 ] => Resolved [ 5 ]
resolution: Fixed [ 1 ]
Fix Version: 2.5 RC1 [ 10300 ]
Fix Version: 2.5.0 [ 10221 ]
Fix Version: 2.5.0 [ 10221 ] =>
Link: This issue is related to QA403 [ QA403 ]
status: Resolved [ 5 ] => Closed [ 6 ]
QA Status: No test
QA Status: No test => Done successfully
No branches or pull requests
Submitted by: Claudio Valderrama C. (robocop)
Assigned to: Claudio Valderrama C. (robocop)
Is related to QA403
These results are inconsistent, showing that the shift operators in C are designed for non-negative values only:
SQL> select bin_shl(100, -1) from rdb$database;
=====================
0
SQL> select bin_shr(100, -1) from rdb$database;
=====================
0
It seems I will have to put more error messages.
Commits: d962a39
The text was updated successfully, but these errors were encountered: