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

"conversion error from string" on group by with constant on v3.0.3 [CORE5749] #6012

Closed
firebird-automations opened this issue Feb 14, 2018 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: wesley blanco (wesleyblanco)

Duplicates CORE5743

Hi!!

when running a query with conditions:
-group by
-any where clausule
-constant text grouped

results a error "conversion error from string".

sample:

SELECT 'My Constant ' as dsc,
count( * )

FROM rdb$relations a
WHERE a.rdb$system_flag = 99
group by 1

raise error:

Overflow occurred during data type conversion.
conversion error from string "My Constant ".

This error only ocurr on 3.0.3.

If cast('My Constant' as varchar(20)) dont raise error.

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Already reported as CORE5743. Should be fixed in the snapshot builds.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

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

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

Link: This issue duplicates CORE5743 [ CORE5743 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

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

1 participant