0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-18 15:45:00 +00:00
Files
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth-5.snap
ad hoc 63e4626cf4 fix bad attach name (#1113)
* add test

* fix auth using attach alias instead of target
2024-03-01 09:39:32 -05: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,
},
],
},
),
)