sqlx prepare2

This commit is contained in:
Priec
2026-08-19 12:26:20 +02:00
parent d6f2e6b0a4
commit e3578f5413
23 changed files with 1 additions and 960 deletions

View File

@@ -1,19 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO script_dependencies\n (script_id, source_table_id, target_table_id, dependency_type, context_info,\n link_column_id)\n VALUES ($1, $2, $3, $4, $5, $6)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int8",
"Text",
"Jsonb",
"Int8"
]
},
"nullable": []
},
"hash": "ddf445860abf268d67eeb398847b1fd57a5a0a4e3407de21b09897e0c54a564b"
}