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

empty string used with concatenation terminates string in SQL early #22

Open
NattyNarwhal opened this issue Mar 7, 2023 · 0 comments
Open
Labels

Comments

@NattyNarwhal
Copy link
Member

In a3c9fe9, some code like values('%' || ? || '%') with a bound empty string will return '%' instead of the expected '%' (in i.e. ibm_db2). Are we doing the right thing with null termination here? What are we doing differently?

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

No branches or pull requests

1 participant