I just realized that not only PostgreSQL has the {{}} as default escape char for the like predicate, but also H2 and MySQL, possibly also MariaDB and TiDB. We should make sure that the dialects properly configure this escape character so that like predicate matching works correctly. |