{ "db_name": "SQLite", "query": "SELECT hash, author, author_date AS \"author_date: time::OffsetDateTime\", committer, committer_date AS \"committer_date: time::OffsetDateTime\", message, reachable FROM commits WHERE hash = ? ", "describe": { "columns": [ { "name": "hash", "ordinal": 0, "type_info": "Text" }, { "name": "author", "ordinal": 1, "type_info": "Text" }, { "name": "author_date: time::OffsetDateTime", "ordinal": 2, "type_info": "Text" }, { "name": "committer", "ordinal": 3, "type_info": "Text" }, { "name": "committer_date: time::OffsetDateTime", "ordinal": 4, "type_info": "Text" }, { "name": "message", "ordinal": 5, "type_info": "Text" }, { "name": "reachable", "ordinal": 6, "type_info": "Int64" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false, false, false, false, false ] }, "hash": "a42862017ade20eb742a9761c1b581d4c902dfe12e36a504cc111a9d38407196" }