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
8128: Bug fix: dolt_reset() should commit the active transaction
Fixes: #6272
8127: cache table list
RootValue caches a hash of its table list, which is invalidated when we update the table address list. The hash is used to cache a map of table names in the root value and expedites table retrieval during planbuilder. The cache could be used elsewhere for performance in the future. dolthub/doltgresql#503
Closed Issues
6272: CALL DOLT_RESET('--hard') does not implicitly commit the transaction
8120: CREATE USER allows username over 32 chars, then SELECT throws error