release notes — April 11, 2020
This release brings with it an official Docker image for you whale fans out
there. A configuration file change allows file systems paths to be a list of
paths.
Core
- Publish an official Docker container (#422)
- Configuration values for
schema
and queries
can now be a list of paths (#426)
- Rename rules correctly apply to table names (#435)
SQLite
- Add support for ALTER TABLE DDL (#414)
PostgreSQL
- Generate correct type for SELECT EXISTS (#411)
- Add support for ALTER TYPE RENAME / ADD VALUE (#433)
- Properly quote reserved keywords when expanding
SELECT *
(#436)
< All posts