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
77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT\n first_pid,\n best_pid,\n best_score,\n creation_date,\n update_date\n FROM datastore.course_records WHERE data_id=$1 AND slot=$2\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "first_pid",
|
|
"type_info": "Int4",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "datastore.course_records",
|
|
"name": "first_pid"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "best_pid",
|
|
"type_info": "Int4",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "datastore.course_records",
|
|
"name": "best_pid"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "best_score",
|
|
"type_info": "Int4",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "datastore.course_records",
|
|
"name": "best_score"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 3,
|
|
"name": "creation_date",
|
|
"type_info": "Timestamp",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "datastore.course_records",
|
|
"name": "creation_date"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 4,
|
|
"name": "update_date",
|
|
"type_info": "Timestamp",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "datastore.course_records",
|
|
"name": "update_date"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "720b2a71163a0d3907e847d874cf230267f8241bcc261ca968d143d4ab6b5ab8"
|
|
}
|