sqlx prepare

This commit is contained in:
Priec
2026-08-14 14:10:15 +02:00
parent 0bca319a50
commit 6725444c18
22 changed files with 959 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"db_name": "PostgreSQL",
"query": "\n UPDATE table_definition_columns\n SET display_name = $1\n WHERE table_definition_id = $2 AND display_name = $3\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int8",
"Text"
]
},
"nullable": []
},
"hash": "ae5ff10297a8c41e1ab61bc587673ca8e18366b2ab429f72d9688c5641ba6dfb"
}