Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information