powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
74 stars 31 forks source link

Change SQL formatter library #229

Closed pgiraud closed 1 week ago

pgiraud commented 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.

After some searching I found an other library which seem to be more popular and doesn't fail when formatting such queries.

rjuju commented 1 week ago

Apparently this is failing during container image build, see https://github.com/powa-team/powa-podman/actions/runs/11847215631/job/33016547131

pgiraud commented 1 week ago

Sorry about that. I'll fix that soon.