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-7520b53b64047c62443d415bdf37b875dc4f75a4c953f82aa72c1e42de53e8d2.json
generated
Normal file
26
.sqlx/query-7520b53b64047c62443d415bdf37b875dc4f75a4c953f82aa72c1e42de53e8d2.json
generated
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n SELECT child, parent\n FROM commit_edges\n JOIN commits ON hash = child\n WHERE reachable = ?\n ORDER BY hash ASC\n ",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "child",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "parent",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "7520b53b64047c62443d415bdf37b875dc4f75a4c953f82aa72c1e42de53e8d2"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue