{ "db_name": "SQLite", "query": "\n select\n id as \"id: Id\",\n name,\n created_sequence as \"created_sequence: Sequence\",\n created_at as \"created_at: DateTime\"\n from login\n where coalesce(login.created_sequence > $1, true)\n ", "describe": { "columns": [ { "name": "id: Id", "ordinal": 0, "type_info": "Text" }, { "name": "name", "ordinal": 1, "type_info": "Text" }, { "name": "created_sequence: Sequence", "ordinal": 2, "type_info": "Integer" }, { "name": "created_at: DateTime", "ordinal": 3, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false, false, false ] }, "hash": "4224d5c1c4009e0d31b96bc7b1d9f6a2215c7c135720c1222170a1f6692c3a8a" }