SQL frontend over the catalog engine
1(** Tests for {!Sql.Engine}: SQL run end to end over a {!Catalog.Spi} backend.
2*)
3
4val suite : string * unit Alcotest.test_case list
5(** [suite] exercises CREATE / INSERT / SELECT / UPDATE / DELETE / DROP over the
6 in-memory catalog, with no sqlite backend, and checks that unsupported
7 statement shapes fail loud. *)