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
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT\n data_id,\n value\n FROM datastore.object_custom_rankings\n WHERE application_id = $1\n AND value >= $2\n AND value <= $3\n ORDER BY value DESC\n LIMIT $4 OFFSET $5\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "data_id",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "datastore.object_custom_rankings",
|
|
"name": "data_id"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "value",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "datastore.object_custom_rankings",
|
|
"name": "value"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true
|
|
]
|
|
},
|
|
"hash": "555c438210f49e3a8fd279bf3d493cfdef21c64fd31d1b2bd7a7605f97d550ee"
|
|
}
|