Issue Details (XML | Word | Printable)

Key: CORE-2720
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Vlad Khorsun
Reporter: Vlad Khorsun
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Firebird Core

Wrong evaluation result with divide and unary plus\minus operations

Created: 31/Oct/09 02:28 AM   Updated: 31/Oct/09 03:58 PM
Return to search
Issue 10 of 81 issue(s)
<< Previous | CORE-2720 | Next >>
Component/s: Engine
Affects Version/s: 2.0.0, 1.5.4, 2.0.1, 2.0.2, 2.0.3, 1.5.5, 2.1.0, 2.0.4, 2.5 Alpha 1, 2.1.1, 2.0.5, 2.1.2, 2.5 Beta 1, 2.5 Beta 2, 2.1.3, 1.5.6
Fix Version/s: 2.5 RC1, 2.0.6, 2.1.4, 3.0 Alpha 1

Time Tracking:
Not Specified

Planning Status: Unspecified


 Description  « Hide
SELECT 36/4/3, 36/-4/3, 36/+4/3, 36/+-4/3, 36/-+4/3, 36/- -4/3, 36/++4/3
  FROM RDB$DATABASE

returns

3 -36 36 -36 -36 36 36

while all values must be 3 or -3

 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.