You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: