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__basic_query_fail.snap
Bartosz Sypytkowski 6f67c65a40
Consolidate Hrana proto definitions in one source (#939)
* Hrana HttpConnection: use shared Hrana stream

* added is_autocommit flag setup during execute requests

* post-rebase fixes

* Hrana HttpConnection: use shared Hrana stream

* added is_autocommit flag setup during execute requests

* halfway

* deduplicated transaction scope counting

* applied changes on wasm connection

* moved the remaining proto definitions

* fixed libsql-sys feature issues
2024-01-29 11:56:07 +00:00

13 lines
308 B
Plaintext

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