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
refactor(tables): migrate JSONB cast lookup to the column-type registry
jsonbCastForType's switch is replaced by a delegate to the new
registry's sqlCastForColumnType, so a new column type's sort/filter
cast only needs to be declared once, in column-types.ts.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments