github pgplex/pgschema v1.6.2
Release v1.6.2

latest release: v1.7.0
10 days ago

What's Changed

  • refactor: convert multi-pass to single-pass in plan module by @tianzhou in #245
  • fix: function to function dependency by @tianzhou in #247
  • fix: topological sort for modified tables' constraint dependencies by @tianzhou in #249
  • fix: skip revoking privileges covered by default privileges (#250) by @tianzhou in #251
  • fix: revoke default privilege grants on new tables by @tianzhou in #257
  • fix: function dependencies by @mistermoe in #258
  • fix: missing parentheses in CREATE POLICY USING clause output by @tianzhou in #260
  • fix: domain CHECK constraint ordering with function dependencies by @mistermoe in #261
  • feat: add --no-comments flag to dump command by @tianzhou in #263
  • fix: incorrect parentheses in partial index WHERE clause with IN and AND by @tianzhou in #265
  • fix: composite FK referenced column order when FK order differs from table column order (#266) by @curthasselschwert in #267
  • fix: handle dependent views when recreating materialized views by @tianzhou in #272
  • fix(internal): apply QuotedIdentifier in more cases by @PadenZach in #274
  • fix: varchar IN check constraints generating invalid SQL by @tianzhou in #273

New Contributors

Full Changelog: v1.6.1...v1.6.2

Don't miss a new pgschema release

NewReleases is sending notifications on new releases.