SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Change the test that verify the query AST to use `EXPLAIN` instead

Open mamcx opened this issue 11 months ago • 1 comments

Description of Changes

Stacked on top of #2075.

This removes the manual matches against the AST to use the new EXPLAIN support, to simplify the tests and make them easier to understand.

API and ABI breaking changes

None

Expected complexity level and risk

1

Testing

  • [x] Most of the current tests pass.
  • [ ] There are manual checks still for things we don't support

In concrete, we need support for multi-column indexes, index scans for ranges

mamcx avatar Jan 30 '25 18:01 mamcx

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 03 '25 18:05 CLAassistant