test data
This commit is contained in:
parent
7fcffc667e
commit
25a002b70e
|
|
@ -0,0 +1,21 @@
|
|||
2023-11-28 22:17:53.7100|INFO|Server.Git.AbstractGit|
|
||||
2023-11-28 22:17:53.7355|INFO|Server.Git.AbstractGit|
|
||||
2023-11-28 22:17:53.7376|INFO|Server.Git.AbstractGit|branch 'main' set up to track 'origin/main'.
|
||||
|
||||
2023-11-28 22:17:53.8669|INFO|Server.Git.AbstractGit|Already up to date.
|
||||
|
||||
2023-11-28 22:17:54.2071|INFO|Server.Git.ExcelSQL|DROP SCHEMA excel CASCADE;CREATE SCHEMA excel AUTHORIZATION manager;
|
||||
2023-11-28 22:17:54.2402|INFO|Server.Git.ExcelSQL|CREATE TABLE excel.UnitData(index INT ,name VARCHAR(255) ,hp INT ,attack INT ,attack_speed FLOAT4 ,defense INT ,move_speed FLOAT4 ,buy_list TEXT );
|
||||
INSERT INTO excel.UnitData(index, name, hp, attack, attack_speed, defense, move_speed, buy_list) VALUES (100001, AxeGoblin, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100002, BowGoblin, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100003, BottleGoblin, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100004, SpearGoblin, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100005, AxeOrc, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100006, WizardOcr, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100007, SniperOrc, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100008, SpearOrc, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100009, SwordOrc, 300, 30, 3, 50, 3, [50,100,200,250,400]), (100010, BossOrc, 300, 30, 3, 50, 3, [0,0,0,0,0]), (200001, SwordMan, 300, 30, 3, 100, 3, [50,100,200,250,400]);CREATE TABLE excel.AI(index INT ,stage INT ,wave INT ,command INT2 ,unit VARCHAR(255) ,position INT ,is_next BOOL );
|
||||
INSERT INTO excel.AI(index, stage, wave, command, unit, position, is_next) VALUES (101000, 101, 0, 1, orc, 21, False), (101001, 101, 1, 2, orc, 21, True), (101002, 101, 1, 1, orc, 31, False), (101003, 101, 2, 1, orc, 1, True), (101004, 101, 2, 1, orc, 11, True), (101005, 101, 2, 1, orc, 41, True), (101006, 101, 2, 2, orc, 11, False);
|
||||
2023-11-28 22:17:54.2899|ERROR|Server.Git.ExcelSQL|Error: 42601: syntax error at or near "["
|
||||
|
||||
POSITION: 144
|
||||
2023-11-28 22:17:54.3317|INFO|Server.Git.AbstractGit|save file : /home/pandoli/dotnet/excel/excel.json
|
||||
2023-11-28 22:17:54.9163|INFO|Server.Git.AbstractGit|
|
||||
2023-11-28 22:17:54.9178|INFO|Server.Git.AbstractGit|On branch main
|
||||
Your branch is up to date with 'origin/main'.
|
||||
|
||||
nothing to commit, working tree clean
|
||||
|
||||
2023-11-28 22:17:54.9933|INFO|Server.Git.AbstractGit|
|
||||
Loading…
Reference in New Issue