mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-22 08:06:21 +00:00
5ff8afe43e
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
---
|
|
source: libsql-server/tests/standalone/attach.rs
|
|
expression: "txn.execute(\"ATTACH DATABASE bar as bar\", ()).await.unwrap_err()"
|
|
---
|
|
Hrana(
|
|
Api(
|
|
"{\"error\":\"Authorization forbidden: Current session doesn't not have AttachRead permission to namespace bar\"}",
|
|
),
|
|
)
|