{ "db_name": "SQLite", "query": "SELECT principal, id, synctoken, displayname, description, deleted_at, push_topic\n FROM addressbooks\n WHERE principal = ? AND deleted_at IS NOT NULL", "describe": { "columns": [ { "name": "principal", "ordinal": 0, "type_info": "Text" }, { "name": "id", "ordinal": 1, "type_info": "Text" }, { "name": "synctoken", "ordinal": 2, "type_info": "Integer" }, { "name": "displayname", "ordinal": 3, "type_info": "Text" }, { "name": "description", "ordinal": 4, "type_info": "Text" }, { "name": "deleted_at", "ordinal": 5, "type_info": "Datetime" }, { "name": "push_topic", "ordinal": 6, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false, true, true, true, false ] }, "hash": "e5ded4814aae1fc033bb90d27c745f76d3799958d929e8e8d16aa3ceff98e72d" }