0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-22 08:06:21 +00:00
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth-5.snap
ad hoc adf36104ad
fix bad attach name (#1113)
* add test

* fix auth using attach alias instead of target
2024-02-29 14:15:43 +00:00

24 lines
443 B
Plaintext

---
source: libsql-server/tests/standalone/attach.rs
expression: rows.next().await
---
Ok(
Some(
Row {
cols: [
Col {
name: Some(
"x",
),
decltype: None,
},
],
inner: [
Integer {
value: 43,
},
],
},
),
)