{ "db_name": "SQLite", "query": "\n SELECT\n hash,\n message,\n reachable AS \"reachable: Reachable\"\n FROM commits\n JOIN commit_edges ON hash = child\n WHERE parent = ?\n ORDER BY reachable DESC, unixepoch(committer_date) ASC\n ", "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": "eb518fcc6d033f05fa6c679b93566b140a548b8695ea698a5cfaa9a6be6451c5" }