0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-15 14:15:19 +00:00
Files
libsql/libsql-server/tests/hrana/snapshots/tests__hrana__batch__sample_request.snap
2023-11-07 17:04:25 +01:00

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
}
}