launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
162 stars 24 forks source link

Update deparser.js for ALL caps needsQuotes #102

Closed ateszki closed 8 months ago

ateszki commented 1 year 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