0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-30 00:09:22 +00:00
Files
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__basic_query_fail.snap
Bartosz Sypytkowski 080d1114cc stop swallowing errors
2024-01-23 07:09:30 +01:00

10 lines
233 B
Plaintext

---
source: libsql-server/tests/standalone/mod.rs
expression: "conn.execute(\"insert into test values (12)\", ()).await.unwrap_err()"
---
Hrana(
Error {
message: "SQLite error: UNIQUE constraint failed: test.x",
},
)