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
fix(table): storage-validate read-path predicates on GET rows and find
Bugbot round 4: the native predicate path on GET /rows ran only the shape
check before wire translation, and find ran none before its toLegacyFilter
downgrade — so a typo'd field compiled to a clause matching nothing and read
back as a plausible empty page, where the bulk write paths 400. GET now runs
validateStoragePredicate post-translation (name-keyed JWT callers validate
their translated form, same recipe as resolveBulkFilter); find reuses the
grammar-aware tableFilterError gate.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011M563cbFy2S74GvSDf2C3R
0 commit comments