Simplify query! string literals
This commit is contained in:
parent
7d80ba4a6b
commit
7a6984aedc
36 changed files with 312 additions and 312 deletions
12
.sqlx/query-4b91b7c764b114b401bfe3bff116fc82b21181217463211eec79f92bdc31d687.json
generated
Normal file
12
.sqlx/query-4b91b7c764b114b401bfe3bff116fc82b21181217463211eec79f92bdc31d687.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n INSERT OR IGNORE INTO commits (\n hash,\n author,\n author_date,\n committer,\n committer_date,\n message\n )\n VALUES (?, ?, ?, ?, ?, ?)\n ",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 6
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "4b91b7c764b114b401bfe3bff116fc82b21181217463211eec79f92bdc31d687"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue