im gonna kill myself
All checks were successful
Build and Test / puyopuyo (push) Successful in 5m31s
Build and Test / splatoon-testfire (push) Successful in 5m31s
Build and Test / friends (push) Successful in 5m51s
Build and Test / mario-tennis (push) Successful in 6m16s
Build and Test / wii-u-chat (push) Successful in 6m15s
Build and Test / splatoon (push) Successful in 6m16s
Build and Test / minecraft-wiiu (push) Successful in 6m18s
Build and Test / fast-racing-neo (push) Successful in 6m18s
Build and Test / wii-sports-club (push) Successful in 6m20s
Build and Test / sonic-transformed (push) Successful in 6m23s
Build and Test / super-mario-maker (push) Successful in 6m30s
All checks were successful
Build and Test / puyopuyo (push) Successful in 5m31s
Build and Test / splatoon-testfire (push) Successful in 5m31s
Build and Test / friends (push) Successful in 5m51s
Build and Test / mario-tennis (push) Successful in 6m16s
Build and Test / wii-u-chat (push) Successful in 6m15s
Build and Test / splatoon (push) Successful in 6m16s
Build and Test / minecraft-wiiu (push) Successful in 6m18s
Build and Test / fast-racing-neo (push) Successful in 6m18s
Build and Test / wii-sports-club (push) Successful in 6m20s
Build and Test / sonic-transformed (push) Successful in 6m23s
Build and Test / super-mario-maker (push) Successful in 6m30s
This commit is contained in:
parent
1a3b44f349
commit
dfb5d59ea1
8 changed files with 263 additions and 79 deletions
|
|
@ -93,7 +93,7 @@
|
|||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
|
|
|
|||
20
rnex-core/.sqlx/query-2c8f6740e719d786ed05d2d9cdb29a786ff7b34579938258b73504f7971b3849.json
generated
Normal file
20
rnex-core/.sqlx/query-2c8f6740e719d786ed05d2d9cdb29a786ff7b34579938258b73504f7971b3849.json
generated
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "\n INSERT INTO datastore.course_records (\n data_id,\n slot,\n first_pid,\n best_pid,\n best_score,\n creation_date,\n update_date\n ) VALUES (\n $1,\n $2,\n $3,\n $4,\n $5,\n $6,\n $7\n ) ON CONFLICT (data_id, slot) DO UPDATE\n SET best_score = CASE WHEN datastore.course_records.best_score > $5 THEN $5 ELSE datastore.course_records.best_score END,\n best_pid = CASE WHEN datastore.course_records.best_score > $5 THEN $4 ELSE datastore.course_records.best_pid END,\n update_date = CASE WHEN datastore.course_records.best_score > $5 THEN $7 ELSE datastore.course_records.update_date END\n ",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8",
|
||||
"Int4",
|
||||
"Int4",
|
||||
"Int4",
|
||||
"Int4",
|
||||
"Timestamp",
|
||||
"Timestamp"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "2c8f6740e719d786ed05d2d9cdb29a786ff7b34579938258b73504f7971b3849"
|
||||
}
|
||||
47
rnex-core/.sqlx/query-720b2a71163a0d3907e847d874cf230267f8241bcc261ca968d143d4ab6b5ab8.json
generated
Normal file
47
rnex-core/.sqlx/query-720b2a71163a0d3907e847d874cf230267f8241bcc261ca968d143d4ab6b5ab8.json
generated
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"ordinal": 1,
|
||||
"name": "best_pid",
|
||||
"type_info": "Int4"
|
||||
},
|
||||
{
|
||||
"ordinal": 2,
|
||||
"name": "best_score",
|
||||
"type_info": "Int4"
|
||||
},
|
||||
{
|
||||
"ordinal": 3,
|
||||
"name": "creation_date",
|
||||
"type_info": "Timestamp"
|
||||
},
|
||||
{
|
||||
"ordinal": 4,
|
||||
"name": "update_date",
|
||||
"type_info": "Timestamp"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8",
|
||||
"Int4"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "720b2a71163a0d3907e847d874cf230267f8241bcc261ca968d143d4ab6b5ab8"
|
||||
}
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue