sad-spirit / pg-builder

Query builder for Postgres backed by SQL parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Unicode escapes for strings and identifiers

sad-spirit opened this issue · comments

Handle U&'...' syntax for strings and U&"..." syntax for identifiers with possible UESCAPE setting. Lexer currently throws a NotImplementedException when it encounters these.

Need to decide whether to process these or just leave them as-is.