-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-sample.out
More file actions
65 lines (65 loc) · 1.33 KB
/
test-sample.out
File metadata and controls
65 lines (65 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Loading sample data!
Selected by Fen Test:
[
{
games: {
event: 'FICS rated blitz game',
site: 'FICS freechess.org',
date: 2022-10-15T04:00:00.000Z,
white_elo: 1548,
black_elo: 1489,
result: 'white'
},
white: { name: 'Gabrielrw' },
black: { name: 'mmjme' }
}
]
Win Rate Result Test:
{ white: 1, black: 0, draw: 0 }
Selected by Black Victories:
[
{
id: 2,
date: 2022-10-15T04:00:00.000Z,
white_player: 'Hugoclorinda',
white_elo: 1123,
black_player: 'callipygian',
black_elo: 1123,
result: 'black',
event: 'FICS rated blitz game',
site: 'FICS freechess.org'
},
{
id: 3,
date: 2022-10-15T04:00:00.000Z,
white_player: 'sparse',
white_elo: 1834,
black_player: 'IFDThor',
black_elo: 1834,
result: 'black',
event: 'FICS rated blitz game',
site: 'FICS freechess.org'
},
{
id: 5,
date: 2022-10-15T04:00:00.000Z,
white_player: 'Cibola',
white_elo: 1228,
black_player: 'nzhoney',
black_elo: 1228,
result: 'black',
event: 'FICS rated blitz game',
site: 'FICS freechess.org'
}
]
Update Player Test:
ResultSetHeader {
fieldCount: 0,
affectedRows: 1,
insertId: 0,
info: 'Rows matched: 1 Changed: 1 Warnings: 0',
serverStatus: 2,
warningStatus: 0,
changedRows: 1
}
Done loading sample data!