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/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken if XDG_CONFIG_HOME is not defined

looi opened this issue · comments

After 10fc46b, 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

Commit 9f482b9 fixes this issue. Thanks.