mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-07-15 14:15:19 +00:00
21 lines
336 B
Plaintext
21 lines
336 B
Plaintext
---
|
|
source: libsql-server/tests/hrana/batch.rs
|
|
expression: resp.json_value().await.unwrap()
|
|
---
|
|
{
|
|
"result": {
|
|
"step_results": [
|
|
{
|
|
"cols": [],
|
|
"rows": [],
|
|
"affected_row_count": 0,
|
|
"last_insert_rowid": null
|
|
}
|
|
],
|
|
"step_errors": [
|
|
null
|
|
],
|
|
"replication_index": 1
|
|
}
|
|
}
|