mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-03-10 02:30:50 +00:00
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\"}",
|
|
),
|
|
)
|