Update prepared SQL statements

This commit is contained in:
Simon Goller 2024-06-18 08:07:11 +02:00
parent 7d59cbde11
commit ee18140ccf
7 changed files with 57 additions and 39 deletions

View 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"
}