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

ABS() rounds NUMERIC values [CORE1582] #2001

Closed
firebird-automations opened this issue Nov 9, 2007 · 7 comments
Closed

ABS() rounds NUMERIC values [CORE1582] #2001

firebird-automations opened this issue Nov 9, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: prenosil (prenosil)

Is related to QA201

SELECT
ABS(CAST(-1.23 AS NUMERIC(10,2))),
ABS(CAST(-1.23 AS DECIMAL(10,2))),
ABS(CAST(-1.98 AS NUMERIC(9,2))),
ABS(CAST(-1.23 AS DECIMAL(9,2)))
FROM RDB$DATABASE;

ABS ABS ABS ABS
====== ====== ====== ======
1.23 1.23 2 1

Last two values are returned as BIGINT.

Commits: 7afdc78

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.1 RC1 [ 10201 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA201 [ QA201 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13397 ] => Firebird [ 14061 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A test ok

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

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

2 participants