In a3c9fe96549884a30dce4b87e4779bfc0627d36d, 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?
In a3c9fe96549884a30dce4b87e4779bfc0627d36d, 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?