1 |
0.96 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.mode_id AS mode_id_3 FROM my_key t0 WHERE t0.name IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.mode_id AS mode_id_3 FROM my_key t0 WHERE t0.name IS NULL LIMIT 1;
|
2 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.availability AS availability_3, t0.category AS category_4, t0.description AS description_5, t0.image AS image_6, t0.book_online AS book_online_7 FROM instrument t0 WHERE t0.name = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.availability AS availability_3, t0.category AS category_4, t0.description AS description_5, t0.image AS image_6, t0.book_online AS book_online_7 FROM instrument t0 WHERE t0.name = 'Music' LIMIT 1;
|
3 |
0.55 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.instrument_id AS instrument_id_3 FROM exercise t0 WHERE t0.type = ? LIMIT 1
SELECT t0.id AS id_1, t0.type AS type_2, t0.instrument_id AS instrument_id_3 FROM exercise t0 WHERE t0.type = 'Single' LIMIT 1;
|
4 |
0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM level t0
SELECT t0.id AS id_1, t0.name AS name_2 FROM level t0;
|
5 |
0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"level/index.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'level/index.html.twig' LIMIT 1;
|
6 |
0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"level/index.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'level/index.html.twig' LIMIT 1;
|
7 |
0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"base_flash.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'base_flash.html.twig' LIMIT 1;
|
8 |
0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"base_flash.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'base_flash.html.twig' LIMIT 1;
|