Simplify query! string literals
This commit is contained in:
parent
7d80ba4a6b
commit
7a6984aedc
36 changed files with 312 additions and 312 deletions
32
.sqlx/query-cdc415297929fc696b8633bac5e12e6e3be1fd0dfcf188d0b778ebea92bf4a36.json
generated
Normal file
32
.sqlx/query-cdc415297929fc696b8633bac5e12e6e3be1fd0dfcf188d0b778ebea92bf4a36.json
generated
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n SELECT\n hash,\n message,\n reachable AS \"reachable: Reachable\"\n FROM commits\n JOIN queue USING (hash)\n WHERE hash = ?\n ",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "hash",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "reachable: Reachable",
|
||||
"ordinal": 2,
|
||||
"type_info": "Int64"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "cdc415297929fc696b8633bac5e12e6e3be1fd0dfcf188d0b778ebea92bf4a36"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue