| 1 |
0.14 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 2 |
0.30 ms |
INSERT INTO user (id, session_id, created_at, last_activity) VALUES (?, ?, ?, ?)
Parameters: [
b"\x01›®ù!À~¥"\t\x185‰£6"
"d05842ec-f5df-46ce-8e51-103a50bff5e1"
"2026-01-11 21:32:01"
"2026-01-11 21:32:01"
]
INSERT INTO user (id, session_id, created_at, last_activity) VALUES (0x019BAEF921C07EA5902209183589A336, 'd05842ec-f5df-46ce-8e51-103a50bff5e1', '2026-01-11 21:32:01', '2026-01-11 21:32:01');
|
| 3 |
1.03 ms |
"COMMIT"
|
| 4 |
0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM faction t0
SELECT t0.id AS id_1, t0.name AS name_2 FROM faction t0;
|
| 5 |
0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM faction t0
SELECT t0.id AS id_1, t0.name AS name_2 FROM faction t0;
|
| 6 |
0.32 ms |
SELECT t0.id AS id_1, t0.list_name AS list_name_2, t0.description AS description_3, t0.points_modifier AS points_modifier_4, t0.published_at AS published_at_5, t0.skill AS skill_6, t0.faction_id AS faction_id_7 FROM available_army_list t0 WHERE t0.faction_id = ?
Parameters: [
b"\x01›!†\x14”}ûÉÔ¶†â\x7F"
]
SELECT t0.id AS id_1, t0.list_name AS list_name_2, t0.description AS description_3, t0.points_modifier AS points_modifier_4, t0.published_at AS published_at_5, t0.skill AS skill_6, t0.faction_id AS faction_id_7 FROM available_army_list t0 WHERE t0.faction_id = 0x019B218614947DC3BBC9D4B6868FE27F;
|
| 7 |
0.25 ms |
SELECT t0.id AS id_1, t0.list_name AS list_name_2, t0.description AS description_3, t0.points_modifier AS points_modifier_4, t0.published_at AS published_at_5, t0.skill AS skill_6, t0.faction_id AS faction_id_7 FROM available_army_list t0 WHERE t0.faction_id = ?
Parameters: [
b"\x01›!†\x14¨s]ŒŠAÈ=–@"
]
SELECT t0.id AS id_1, t0.list_name AS list_name_2, t0.description AS description_3, t0.points_modifier AS points_modifier_4, t0.published_at AS published_at_5, t0.skill AS skill_6, t0.faction_id AS faction_id_7 FROM available_army_list t0 WHERE t0.faction_id = 0x019B218614A8735D908C8A41C83D9640;
|
| 8 |
1.02 ms |
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.total_cost AS total_cost_2, b0_.total_construction_points AS total_construction_points_3, b0_.total_cost_updated_at AS total_cost_updated_at_4, b0_.army_list_id AS army_list_id_5, b0_.user_id AS user_id_6 FROM build_session b0_ INNER JOIN user u1_ ON b0_.user_id = u1_.id WHERE u1_.session_id = ? ORDER BY b0_.created_at DESC
Parameters: [
"d05842ec-f5df-46ce-8e51-103a50bff5e1"
]
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.total_cost AS total_cost_2, b0_.total_construction_points AS total_construction_points_3, b0_.total_cost_updated_at AS total_cost_updated_at_4, b0_.army_list_id AS army_list_id_5, b0_.user_id AS user_id_6 FROM build_session b0_ INNER JOIN user u1_ ON b0_.user_id = u1_.id WHERE u1_.session_id = 'd05842ec-f5df-46ce-8e51-103a50bff5e1' ORDER BY b0_.created_at DESC;
|