mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 12:14:07 +00:00
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COALESCE(MAX(serial), 0) + 1 AS \"next!: i64\"\n FROM webxdc_updates WHERE instance_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "next!: i64",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "a0236f0973f6b96b9546e53df8619e553fa4d20a474dc862c3f9c1d518ec2397"
|
|
}
|