mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-18 18:59:09 +00:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
---
|
|
source: libsql-server/tests/standalone/mod.rs
|
|
expression: "conn.execute(\"insert into test values (12)\", ()).await.unwrap_err()"
|
|
---
|
|
Hrana(
|
|
StreamError(
|
|
StreamResponseError {
|
|
error: Error {
|
|
message: "SQLite error: UNIQUE constraint failed: test.x",
|
|
},
|
|
},
|
|
),
|
|
)
|