| 1 |
0.14 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 2 |
0.36 ms |
INSERT INTO user (id, session_id, email, roles, password, is_registered, created_at, last_activity) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
b"\x01F\x0E²Cvµ›'\x11f\x15¾=™"
"10c31a32-5764-4c4a-8ec8-47819de86ecb"
null
"[]"
null
0
"2026-03-31 22:41:01"
"2026-03-31 22:41:01"
]
INSERT INTO user (id, session_id, email, roles, password, is_registered, created_at, last_activity) VALUES (0x019D460EB24376B59B27116615BE3D99, '10c31a32-5764-4c4a-8ec8-47819de86ecb', NULL, '[]', NULL, 0, '2026-03-31 22:41:01', '2026-03-31 22:41:01');
|
| 3 |
1.14 ms |
"COMMIT"
|
| 4 |
0.27 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.22 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.30 ms |
SELECT t0.id AS id_1, t0.name AS 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"\x01Eÿ\x04~{H¡º¤H€\x16ÏQ"
]
SELECT t0.id AS id_1, t0.name AS 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 = 0x019D45FF047E7B48A1BAA4488016CF51;
|
| 7 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS 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"\x01Eÿ\x04’\x7F”œUÞmxy9µ"
]
SELECT t0.id AS id_1, t0.name AS 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 = 0x019D45FF04927F949C55DE6D787939B5;
|
| 8 |
0.31 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: [
"10c31a32-5764-4c4a-8ec8-47819de86ecb"
]
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 = '10c31a32-5764-4c4a-8ec8-47819de86ecb' ORDER BY b0_.created_at DESC;
|