Prepare sqlx for offline checks

This commit is contained in:
Simon Goller 2024-05-09 07:16:15 +02:00
parent 71c1432fd1
commit d8dcc7099d
27 changed files with 628 additions and 0 deletions

View file

@ -0,0 +1,62 @@
{
"db_name": "SQLite",
"query": "SELECT id, sales_person_id, slot_id, calendar_week, year, created, deleted, update_version FROM booking WHERE deleted IS NULL",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Blob"
},
{
"name": "sales_person_id",
"ordinal": 1,
"type_info": "Blob"
},
{
"name": "slot_id",
"ordinal": 2,
"type_info": "Blob"
},
{
"name": "calendar_week",
"ordinal": 3,
"type_info": "Int64"
},
{
"name": "year",
"ordinal": 4,
"type_info": "Int64"
},
{
"name": "created",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "deleted",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "update_version",
"ordinal": 7,
"type_info": "Blob"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
false,
false,
false,
true,
false
]
},
"hash": "50500043ef4e8dac1522a6d6a8e27af3cf5d97e0c043e20ed6fa27ee46906056"
}