Features:
-
add match_tenant? option for attribute multitenancy FKs (#813) by TravelCurry02
-
add after_tables to custom_statements so raw SQL can depend on another table (#799) by Jechol Lee
Improvements:
- replace pairwise operation ordering with a dependency-graph topological sort (#798) by Jechol Lee
Bug Fixes:
-
return upsert identity keys and correlate on the full key set so bulk upserts don't drop by Daniel Gollings
-
clean up obsolete serial sequences (#806) by Jechol Lee
-
fix ordering constraints for composite primary keys by Zach Daniel