This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 5e830a7f79
commit fa04374516
29 changed files with 874 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT INTO trips\n (id, name, date_start, date_end, state)\n VALUES\n (?, ?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 5
},
"nullable": []
},
"hash": "259757f1bb08f0c366371202c75b8555b878290b8a5a68564ec3e8b3d8e7ed01"
}