Simplify query! string literals
This commit is contained in:
parent
7d80ba4a6b
commit
7a6984aedc
36 changed files with 312 additions and 312 deletions
26
.sqlx/query-14dc7ea3da2200eddf0e9087594180f71c52d2107823066681e29bc2711e911f.json
generated
Normal file
26
.sqlx/query-14dc7ea3da2200eddf0e9087594180f71c52d2107823066681e29bc2711e911f.json
generated
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n SELECT source, text FROM run_output\n WHERE id = ?\n ORDER BY line ASC\n ",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "source",
|
||||
"ordinal": 0,
|
||||
"type_info": "Int64"
|
||||
},
|
||||
{
|
||||
"name": "text",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "14dc7ea3da2200eddf0e9087594180f71c52d2107823066681e29bc2711e911f"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue