Closed pgiraud closed 1 week ago
As mention in https://github.com/powa-team/powa-web/pull/227#issuecomment-2475746550, the sql-formatter doesn't correctly handles reserved keywords when they are used as alias for tables.
sql-formatter
After some searching I found an other library which seem to be more popular and doesn't fail when formatting such queries.
Apparently this is failing during container image build, see https://github.com/powa-team/powa-podman/actions/runs/11847215631/job/33016547131
Sorry about that. I'll fix that soon.
As mention in https://github.com/powa-team/powa-web/pull/227#issuecomment-2475746550, the
sql-formatter
doesn't correctly handles reserved keywords when they are used as alias for tables.After some searching I found an other library which seem to be more popular and doesn't fail when formatting such queries.