{ "db_name": "SQLite", "query": "SELECT id, name, background_color, is_paid, inactive, deleted, update_version FROM sales_person WHERE id = ?", "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Blob" }, { "name": "name", "ordinal": 1, "type_info": "Text" }, { "name": "background_color", "ordinal": 2, "type_info": "Text" }, { "name": "is_paid", "ordinal": 3, "type_info": "Bool" }, { "name": "inactive", "ordinal": 4, "type_info": "Bool" }, { "name": "deleted", "ordinal": 5, "type_info": "Text" }, { "name": "update_version", "ordinal": 6, "type_info": "Blob" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false, false, false, true, false ] }, "hash": "e2b7b577ad5310422a68d31c4d6a38338e2bfe0182eca205786a0fddf7948543" }