Update prepared SQL statements
This commit is contained in:
parent
7d59cbde11
commit
ee18140ccf
7 changed files with 57 additions and 39 deletions
12
.sqlx/query-5fbb81ad0b4c42221a8a146b850f1af34fd853c1f61f62439c92d44b1c5d7b1a.json
generated
Normal file
12
.sqlx/query-5fbb81ad0b4c42221a8a146b850f1af34fd853c1f61f62439c92d44b1c5d7b1a.json
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "UPDATE sales_person SET name = ?, background_color = ?, inactive = ?, deleted = ?, update_version = ?, update_process = ? WHERE id = ?",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 7
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "5fbb81ad0b4c42221a8a146b850f1af34fd853c1f61f62439c92d44b1c5d7b1a"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue