rust-nex/rnex-server-nex-modules/rnex-ds/.sqlx/query-2d025ae36b11518c43a0531c58f58e6c97c3f4726bae21e0cfaa8cc0ff218692.json
red binder d2e2aabe59
All checks were successful
Build and Test / minecraft-wiiu (push) Successful in 4m53s
Build and Test / mario-tennis (push) Successful in 4m58s
Build and Test / sonic-transformed (push) Successful in 5m6s
Build and Test / super-mario-maker (push) Successful in 5m8s
Build and Test / wii-u-chat (push) Successful in 5m32s
Build and Test / fast-racing-neo (push) Successful in 5m37s
Build and Test / splatoon (push) Successful in 5m44s
Build and Test / friends (push) Successful in 5m56s
Build and Test / wii-sports-club (push) Successful in 6m4s
Build and Test / puyopuyo (push) Successful in 6m19s
Build and Test / splatoon-testfire (push) Successful in 6m44s
fix CI and sqlx prepare datastore too
2026-07-21 18:52:01 +02:00

44 lines
1.3 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO datastore.objects (\n owner, size, name, data_type, meta_binary,\n permission, permission_recipients,\n delete_permission, delete_permission_recipients,\n flag, period, refer_data_id, tags,\n persistence_slot_id, extra_data, creation_date, update_date\n ) VALUES (\n $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17\n ) RETURNING data_id\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "data_id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "datastore.objects",
"name": "data_id"
}
}
}
],
"parameters": {
"Left": [
"Int4",
"Int4",
"Text",
"Int4",
"Bytea",
"Int4",
"Int4Array",
"Int4",
"Int4Array",
"Int4",
"Int4",
"Int8",
"TextArray",
"Int4",
"TextArray",
"Timestamp",
"Timestamp"
]
},
"nullable": [
false
]
},
"hash": "2d025ae36b11518c43a0531c58f58e6c97c3f4726bae21e0cfaa8cc0ff218692"
}