mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-01-08 10:39:02 +00:00
7668db8be4
* server: fix hrana error classification * add new test snapshots * more snapshots
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
---
|
|
source: libsql-server/tests/standalone/attach.rs
|
|
expression: "bar_conn.execute(\"ATTACH foo as foo\", ()).await.unwrap_err()"
|
|
---
|
|
Hrana(
|
|
Api(
|
|
"{\"error\":\"Not authorized to execute query: Namespace `foo` doesn't allow attach\"}",
|
|
),
|
|
)
|