()
| 81 | |
| 82 | #[tokio::test] |
| 83 | async fn insert_unknown_array_errors() { |
| 84 | let srv = TestServer::start().await; |
| 85 | srv.expect_error("INSERT INTO ARRAY ghost COORDS (1) VALUES (1)", "not found") |
| 86 | .await; |
| 87 | } |
| 88 | |
| 89 | // ── ARRAY_* function surface ──────────────────────────────────────── |
| 90 |
nothing calls this directly
no test coverage detected