Add sqlx cache to allow compile time verification in CI
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 6m19s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 6m19s
This commit is contained in:
32
.sqlx/query-40f2987d12324e4885d8b1c09eef9ea26519000b46fe37de6e3c4b3ebe569a1a.json
generated
Normal file
32
.sqlx/query-40f2987d12324e4885d8b1c09eef9ea26519000b46fe37de6e3c4b3ebe569a1a.json
generated
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT id, caption, type FROM devices WHERE user = ? AND id = ?",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "id",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "caption",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"ordinal": 2,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 2
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "40f2987d12324e4885d8b1c09eef9ea26519000b46fe37de6e3c4b3ebe569a1a"
|
||||
}
|
||||
Reference in New Issue
Block a user