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

JPQL query with cast function is transformed with errors #1710

Closed
andreysubbotin opened this issue Dec 21, 2018 · 0 comments
Closed

JPQL query with cast function is transformed with errors #1710

andreysubbotin opened this issue Dec 21, 2018 · 0 comments
Assignees
Labels
state: fixed Fixed by the developer type: bug Something isn't working ver: 6.10.6 Fixed in version ver: 7.0.0 Fixed in version
Milestone

Comments

@andreysubbotin
Copy link
Contributor

https://www.cuba-platform.ru/discuss/t/transient-pole-v-jpql-zaprose/2358/13

Environment

  • Platform version: 6.10

Description of the bug or enhancement

Original query: select cast(p.version float)/cast(p.version float) as hours, p.name as name from Player p
Result query: select cast(p.versionfloat)/cast(p.versionfloat) as hours, p.name as name from Player p

@andreysubbotin andreysubbotin added the type: bug Something isn't working label Dec 21, 2018
@andreysubbotin andreysubbotin added this to the Release 6.10 milestone Dec 21, 2018
@andreysubbotin andreysubbotin self-assigned this Dec 21, 2018
@haulmont-git haulmont-git added the ver: 6.10.6 Fixed in version label Dec 24, 2018
@haulmont-git haulmont-git added the ver: 7.0.0 Fixed in version label Dec 24, 2018
@andreysubbotin andreysubbotin added the state: fixed Fixed by the developer label Dec 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: fixed Fixed by the developer type: bug Something isn't working ver: 6.10.6 Fixed in version ver: 7.0.0 Fixed in version
Projects
None yet
Development

No branches or pull requests

2 participants