0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 23:48:49 +00:00
libsql/libsql-server/tests/hrana/snapshots/tests__hrana__batch__sample_request.snap
Lucio Franco 7708a43772
server: add query_duration_ms stats to query res (#1309)
* server: add `query_duration_ms` stats to query res

* hrana: default new stats fields
2024-04-15 16:37:13 +00:00

24 lines
396 B
Plaintext

---
source: libsql-server/tests/hrana/batch.rs
expression: json
---
{
"result": {
"step_results": [
{
"cols": [],
"rows": [],
"affected_row_count": 0,
"last_insert_rowid": null,
"replication_index": null,
"rows_read": 1,
"rows_written": 2
}
],
"step_errors": [
null
],
"replication_index": "1"
}
}