darold / pgFormatter

A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI. On-line demo site at http://sqlformat.darold.net/
PostgreSQL License
1.66k stars 100 forks source link

Broken if XDG_CONFIG_HOME is not defined #319

Closed looi closed 1 year ago

looi commented 1 year ago

After 10fc46b5b39dcb1c4bd3196394c11880928ba99a, tool seems broken when XDG_CONFIG_HOME is not defined (e.g. on my mac) with error Uncaught exception: Use of uninitialized value $ENV{"XDG_CONFIG_HOME"} in concatenation (.) or string

darold commented 1 year ago

Commit 9f482b9 fixes this issue. Thanks.