mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-22 08:06:21 +00:00
6f67c65a40
* 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
13 lines
308 B
Plaintext
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",
|
|
},
|
|
),
|
|
)
|