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

Support SELECT * FROM xx where LOWER(columnname) = LOWER(?) #622

Open
eolivelli opened this issue Jun 22, 2020 · 0 comments
Open

Support SELECT * FROM xx where LOWER(columnname) = LOWER(?) #622

eolivelli opened this issue Jun 22, 2020 · 0 comments

Comments

@eolivelli
Copy link
Contributor

Such kind of query ends with
herddb.model.StatementExecutionException: At line 1, column 58: Illegal use of dynamic parameter

It looks like Calcite is not able to process the function call with a bind variabile

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

2 participants