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": "INSERT INTO sales_person (id, name, background_color, inactive, deleted, update_version, update_process) VALUES (?, ?, ?, ?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 7
},
"nullable": []
},
"hash": "e5f4d9f669c95fd09d93859e06dfaff3deb75250dbe02821cce9229c9a8fbec5"
}