Closed rbt closed 4 years ago
Looks like MySQL also has quote(:as-id) and marks quote-identifier as Legacy. I think both SQLite and Oracle need the :as-id variant and for quote-identifier to be deprecated.
The only test for quote-identifier is for MySQL.
There are common quote() and quote-identifier() functions, but Pg has quote(:as-id) instead of a functional quote-identifier().