mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-30 00:09:22 +00:00
10 lines
233 B
Plaintext
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",
|
|
},
|
|
)
|