You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests: Fix PGCompiler SQL renderer anomaly on limit clauses
4532ef7 started using the `PGCompiler` for generating limit clauses, to
be more compatible with CrateDB on edge cases.
Apparently, the SQL renderer of `PGCompiler` was slightly changed with
SQLAlchemy 1.4, which removes a redundant space character between table
name and limit clause.
This slipped through because CI did not test on SA13 appropriately at
the time the change was added.
0 commit comments