Add sqlx cache to allow compile time verification in CI
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
This commit is contained in:
44
.sqlx/query-109969c2dabdda9d0c8ce1d6efb8ff98c2b9d6ee3d950102224857c2b02d693a.json
generated
Normal file
44
.sqlx/query-109969c2dabdda9d0c8ce1d6efb8ff98c2b9d6ee3d950102224857c2b02d693a.json
generated
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT * FROM subscriptions WHERE device = ? AND user = ? AND updated >= ?",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "url",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "device",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
"ordinal": 2,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "current",
|
||||
"ordinal": 3,
|
||||
"type_info": "Integer"
|
||||
},
|
||||
{
|
||||
"name": "updated",
|
||||
"ordinal": 4,
|
||||
"type_info": "Integer"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 3
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "109969c2dabdda9d0c8ce1d6efb8ff98c2b9d6ee3d950102224857c2b02d693a"
|
||||
}
|
||||
Reference in New Issue
Block a user