-
-
Notifications
You must be signed in to change notification settings - Fork 233
Functions DATEDIFF, ABS(integer const) does not work in dialect 1 [CORE1528] #1942
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
Comments
Modified by: Piminov Roman (ramzes)Component: Engine [ 10000 ] |
Modified by: Piminov Roman (ramzes)description: Data type unknown => Data type unknown summary: Function DATEDIFF does not work in dialect 1 => Function DATEDIFF, ABS(5) does not work in dialect 1 |
Modified by: Piminov Roman (ramzes)summary: Function DATEDIFF, ABS(5) does not work in dialect 1 => Functions DATEDIFF, ABS(5) does not work in dialect 1 |
Modified by: Piminov Roman (ramzes)description: Data type unknown => SELECT DATEDIFF(DAY, CAST('18.10.2007' AS DATE), CAST('23.10.2007' AS DATE)) FROM RDB$DATABASE Data type unknown summary: Functions DATEDIFF, ABS(5) does not work in dialect 1 => Functions DATEDIFF, ABS(integer const) does not work in dialect 1 |
Modified by: @asfernandes |
Modified by: @asfernandesassignee: Adriano dos Santos Fernandes [ asfernandes ] |
Modified by: @asfernandesVersion: 2.1 RC1 [ 10201 ] => |
Modified by: @asfernandesstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.1 RC1 [ 10201 ] |
Modified by: @pcisarWorkflow: jira [ 13331 ] => Firebird [ 13941 ] |
Commented by: @pmakowski Adriano, can you explain me what was solved here ? |
Commented by: @asfernandes Philippe, yes ABS was still broken in this fix, sorry. This one fixed many sysfunctions, including DATEDIFF. But later, bug of ABS was registered again (CORE1828) and fixed in 2.5 alpha1. |
Commented by: @asfernandes Note: "many sysfunctions, including DATEDIFF" == "HASH and DATEDIFF". :-) |
Commented by: @pmakowski Q/A ok |
Modified by: @pmakowskistatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovQA Status: No test => Done successfully |
Submitted by: Piminov Roman (ramzes)
Is related to QA195
Is duplicated by CORE1532
SELECT DATEDIFF(DAY, CAST('18.10.2007' AS DATE), CAST('23.10.2007' AS DATE)) FROM RDB$DATABASE
SELECT ABS(5) FROM RDB$DATABASE
Data type unknown
Client SQL dialect 1 does not support reference to BIGINT datatype
Commits: c744055
The text was updated successfully, but these errors were encountered: