You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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