rust-nex/rnex-server-nex-modules/rnex-ds/.sqlx/query-8706ac06d78ffaa2a45418be7ae71340561031d8e5c91f46c041f83e54c31a7d.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

64 lines
1.4 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT slot, total_value, count, initial_value\n FROM datastore.object_ratings\n WHERE data_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "slot",
"type_info": "Int2",
"origin": {
"Table": {
"table": "datastore.object_ratings",
"name": "slot"
}
}
},
{
"ordinal": 1,
"name": "total_value",
"type_info": "Int8",
"origin": {
"Table": {
"table": "datastore.object_ratings",
"name": "total_value"
}
}
},
{
"ordinal": 2,
"name": "count",
"type_info": "Int4",
"origin": {
"Table": {
"table": "datastore.object_ratings",
"name": "count"
}
}
},
{
"ordinal": 3,
"name": "initial_value",
"type_info": "Int8",
"origin": {
"Table": {
"table": "datastore.object_ratings",
"name": "initial_value"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false,
true,
false,
true
]
},
"hash": "8706ac06d78ffaa2a45418be7ae71340561031d8e5c91f46c041f83e54c31a7d"
}