mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-18 08:16:58 +00:00
10 lines
313 B
Plaintext
10 lines
313 B
Plaintext
---
|
|
source: libsql-server/tests/standalone/attach.rs
|
|
expression: "txn.execute(\"ATTACH DATABASE bar as bar\", ()).await.unwrap_err()"
|
|
---
|
|
Hrana(
|
|
Api(
|
|
"{\"error\":\"Internal Error: `Not authorized to execute query: Current session doesn't not have AttachRead permission to namespace bar`\"}",
|
|
),
|
|
)
|