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

Dot-separated float constant parsed as table and column identifier #1026

Open
dymoksc opened this issue Jun 22, 2016 · 0 comments
Open

Dot-separated float constant parsed as table and column identifier #1026

dymoksc opened this issue Jun 22, 2016 · 0 comments

Comments

@dymoksc
Copy link

dymoksc commented Jun 22, 2016

Hi, I'm trying to get a column, which has following format: EXP(-1.3 * field_name). 1 is parsed as the name of table for current instance of criteria. The only workaround, that I've found is to represent floats with two integers (original float mulitplied by n divided by n, where n is 10m and m is equal to decimal places of fraction). Is there any way I can avoid this behavior? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant