{ "db_name": "SQLite", "query": "SELECT hash, message, reachable AS \"reachable: Reachable\" FROM commits JOIN commit_edges ON hash = child WHERE parent = ? ORDER BY reachable DESC, unixepoch(committer_date) ASC ", "describe": { "columns": [ { "name": "hash", "ordinal": 0, "type_info": "Text" }, { "name": "message", "ordinal": 1, "type_info": "Text" }, { "name": "reachable: Reachable", "ordinal": 2, "type_info": "Int64" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false ] }, "hash": "3edd8ce2a6fbb36433684d259d073cca1df369461ae8e0c357ebaba2e08186e5" }