38 lines
909 B
JSON
38 lines
909 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT\n hash,\n author,\n message,\n committer_date AS \"committer_date: OffsetDateTime\"\n FROM commits\n WHERE reachable = ?\n ORDER BY hash ASC\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "hash",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "author",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "message",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "committer_date: OffsetDateTime",
|
|
"ordinal": 3,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "7bdc8131149c3ea2a905e9eba48afaf0ee56f280456879c34b7b1528fd9c8024"
|
|
}
|