0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-10 22:06:57 +00:00
Files
libsql/libsql-server/tests/hrana/snapshots/tests__hrana__batch__sample_request.snap
2024-01-05 14:48:54 +01:00

22 lines
373 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,
"replication_index": null
}
],
"step_errors": [
null
],
"replication_index": "1"
}
}