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

Incorrect timestamp arithmetic when one of operands is negative number [CORE1248] #1672

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

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Is related to QA148

SELECT CAST('04.05.2007' AS TIMESTAMP) - (-7) FROM RDB$DATABASE

returns 10.05.2007 23:59:59
while correct result is 11.05.2007 00:00:00

Commits: 24a0c67 c4d77fe

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

summary: Incorrect timestamp arifmetic when one of operands is negative number => Incorrect timestamp arithmetic when one of operands is negative number

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA148 [ QA148 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Fix Version: 2.0.2 [ 10130 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A test ok for 2.1 Beta1 under Windows

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12041 ] => Firebird [ 15555 ]

@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