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

createQuery does not throw any error when bind call has incorrect parameter number #2649

Open
stevenschlansker opened this issue Feb 21, 2024 Discussed in #2646 · 0 comments

Comments

@stevenschlansker
Copy link
Member

Discussed in #2646

Originally posted by metaforte February 18, 2024
createQuery is not throwing errors or emitting warning logs when I pass the wrong parameter Index in the bind call

  it.createQuery("select a.* from Table1 a where a.name=?").bind(1,"Tokyo").firstOrNull()

The bind call does not indicate that the first param was not bound

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

No branches or pull requests

1 participant