mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-01-08 09:29:02 +00:00
7708a43772
* server: add `query_duration_ms` stats to query res * hrana: default new stats fields
24 lines
396 B
Plaintext
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"
|
|
}
|
|
}
|