Skip to content

Remove default escape char on LIKE and ILIKE

SQL-92 does not define a default escape char but some databases comply with the standard and others set a default value. So it is more portable to always define explicitly the escape char.

Closes #88 (closed)

Merge request reports