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(sessions): SurrealDB 3.1.2 ORDER BY idiom parse error (#540) (#543)
`SELECT VALUE text_excerpt ... ORDER BY seq` is rejected by SurrealDB
>=3.1.2 with "Parse error: Missing order idiom `seq` in statement
selection" because the order idiom is absent from the projection. This
broke `ax sessions here` and `ax sessions around` for any user on a
current SurrealDB.
Select `seq` into the projection and pluck the field instead of using
SELECT VALUE. Same fix applied to the two dojo skill-spar first-user-turn
lookups. Guard test asserts the enrichment SQL no longer emits the
rejected shape.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments