Skip to content

0.53.0

Choose a tag to compare

@github-actions github-actions released this 10 Nov 21:30

Merged PRs

doltgresql

  • 1996: bug fix for sequence name generation
    Fixes #1990
  • 1993: Index join performance
    This PR fixes a couple issues that were preventing indexes from being used in join planning:
    • Swap SplitConjunction out in memo package to correctly handle doltgres expressions
    • Use DoltgresTable in JoinNode to allow indexing consideration during joins
      This work uncovered a bug in index use during joins, see new skipped test. Followup work required to fix.
      Also fixes a bug in the pg_constraint table output for foreign keys.
      Companion PR:
      dolthub/go-mysql-server#3289
  • 1991: TupleDesc as pointer
    Companion PR: dolthub/dolt#10025

Closed Issues

  • 1990: Unable to run subsequent drizzle migrations
  • 659: unable to reuse the same table name and column name for serial type after the old table is dropped