[New] Postgres support for GROUPING SET
, ROLLUP
, CUBE
, and GROUPING
operators (wiki)
[New] MySQL support for WITH ROLLUP
and GROUPING
operators (wiki)
[New] UseSchema
method to replace targeted schema for table and view SQL Builder types (wiki)
[New] Generated columns
are not part of the MutableColumns
list anymore (issue)
[New] MySQL column comments
are now included in generated files (issue)
[Bug] Generator fails if there is an enum with the same name in multiple Postgres schema (issue)
[Bug] QRM fails to group the result if the primary key is a custom type (issue)
[Bug] QRM fails to group the result if there are duplicate slices in the destination (issue)