| 1 |
0.14 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 2 |
0.27 ms |
INSERT INTO user (id, session_id, created_at, last_activity) VALUES (?, ?, ?, ?)
Parameters: [
b"\x01›«Ý\x1CžpO¾kßA\x11ò_Õ"
"7649f808-00b3-44fa-81f5-77e713bc18f9"
"2026-01-11 07:02:33"
"2026-01-11 07:02:33"
]
INSERT INTO user (id, session_id, created_at, last_activity) VALUES (0x019BABDD1C9E704FBE6BDF4111F25FD5, '7649f808-00b3-44fa-81f5-77e713bc18f9', '2026-01-11 07:02:33', '2026-01-11 07:02:33');
|
| 3 |
1.11 ms |
"COMMIT"
|
| 4 |
0.24 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.17 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.27 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.28 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 |
0.33 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: [
"7649f808-00b3-44fa-81f5-77e713bc18f9"
]
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 = '7649f808-00b3-44fa-81f5-77e713bc18f9' ORDER BY b0_.created_at DESC;
|