launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
129 stars 23 forks source link

Update deparser.js for ALL caps needsQuotes #102

Closed ateszki closed 3 months ago

ateszki commented 9 months ago

the needsQuotes check regex fails when the input is all caps like A, AA, AAAA

related issue https://github.com/pyramation/pgsql-parser/issues/101