PostgreSQL C-style escape using "E"

Hi,

I cannot find anything in the dialect which allows me to enable C-style escapes for PostgreSQL string using the prefix “E”.
I had raised a PR in CodeMirror 5 [sql mode] Support backslash and escape constants in pgsql · codemirror/codemirror5@3e6aafd · GitHub

Missing in v6.

Thanks.

This was already implemented, but broken. Version 6.6.5 should make it work.

1 Like

Hi @marijn,

Any flag to enable this or it happens automatically?

I can confirm it works. Thank you so much!