blob: ce70fcd2704e73c101f9508d55bfe4f17c4fca91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"db_name": "SQLite",
"query": "\n update message\n set body = '', last_sequence = max(last_sequence, $1)\n where id = $2\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "47bf3a66c20225f28c6c7f2d5ee0e8b184e5269874b17715e2fa2f1f520bd83f"
}
|