Simon Bruder
8eb59dd7c7
This can be seen as partially reverting
e83bc8316e
, which moved everything to the
place where it was used.
27 lines
659 B
JSON
27 lines
659 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO items (name, parent, class, original_packaging, description)\n SELECT * FROM UNNEST($1::VARCHAR[], $2::UUID[], $3::UUID[], $4::UUID[], $5::VARCHAR[])\n RETURNING id",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Uuid"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"VarcharArray",
|
|
"UuidArray",
|
|
"UuidArray",
|
|
"UuidArray",
|
|
"VarcharArray"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "087164492bb5f51006e5091f9382b5e27a5a90908d65b7a6f6d6587f8a3e2a10"
|
|
}
|