mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 10:24:08 +00:00
Some checks failed
Flutter analyze & test / flutter_analyze_and_test (push) Has been cancelled
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) FROM messages WHERE message_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "COUNT(*)",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "413d276a374ee54f098a809ed55cbd57e4bc60e7a0abb519f1bd80348f13c37c"
|
|
}
|