{ "db_name": "SQLite", "query": "\n SELECT DISTINCT uid, max(0, synctoken) as \"synctoken!: i64\" from calendarobjectchangelog\n WHERE synctoken > ?\n ORDER BY synctoken ASC\n ", "describe": { "columns": [ { "name": "uid", "ordinal": 0, "type_info": "Text" }, { "name": "synctoken!: i64", "ordinal": 1, "type_info": "Null" } ], "parameters": { "Right": 1 }, "nullable": [ false, null ] }, "hash": "ec583c44374b71591c2a76881f5d42826c8b31f06d16a09687de70a881bec57f" }