| 1 |
1.92 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.address AS address_2, s0_.city AS city_3, s0_.zip_code AS zip_code_4, s0_.state AS state_5, s0_.country AS country_6, s0_.phone AS phone_7, s0_.price AS price_8, s0_.administrative_costs AS administrative_costs_9, s0_.image_path AS image_path_10, s0_.banner AS banner_11, s0_.fallback_color_from AS fallback_color_from_12, s0_.fallback_color_to AS fallback_color_to_13, s0_.banner_blur AS banner_blur_14, s0_.created_at AS created_at_15, s0_.updated_at AS updated_at_16, s0_.merchant_id AS merchant_id_17 FROM space s0_ ORDER BY s0_.id ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.address AS address_2, s0_.city AS city_3, s0_.zip_code AS zip_code_4, s0_.state AS state_5, s0_.country AS country_6, s0_.phone AS phone_7, s0_.price AS price_8, s0_.administrative_costs AS administrative_costs_9, s0_.image_path AS image_path_10, s0_.banner AS banner_11, s0_.fallback_color_from AS fallback_color_from_12, s0_.fallback_color_to AS fallback_color_to_13, s0_.banner_blur AS banner_blur_14, s0_.created_at AS created_at_15, s0_.updated_at AS updated_at_16, s0_.merchant_id AS merchant_id_17 FROM space s0_ ORDER BY s0_.id ASC;
|
| 2 |
0.97 ms |
SELECT t0_.id AS id_0, t0_.entity_class AS entity_class_1, t0_.entity_id AS entity_id_2, t0_.price AS price_3, t0_.fromDate AS fromDate_4, t0_.toDate AS toDate_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM temporary_price t0_ WHERE t0_.entity_class = ? AND t0_.entity_id = ? AND t0_.fromDate <= ? AND t0_.toDate >= ?
Parameters: [
"Space"
"34399160-edb0-4ad9-811b-49fb01c84be5"
"2026-06-19 20:13:18"
"2026-06-19 20:13:18"
]
SELECT t0_.id AS id_0, t0_.entity_class AS entity_class_1, t0_.entity_id AS entity_id_2, t0_.price AS price_3, t0_.fromDate AS fromDate_4, t0_.toDate AS toDate_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM temporary_price t0_ WHERE t0_.entity_class = 'Space' AND t0_.entity_id = '34399160-edb0-4ad9-811b-49fb01c84be5' AND t0_.fromDate <= '2026-06-19 20:13:18' AND t0_.toDate >= '2026-06-19 20:13:18';
|
| 3 |
0.64 ms |
SELECT t0_.id AS id_0, t0_.entity_class AS entity_class_1, t0_.entity_id AS entity_id_2, t0_.price AS price_3, t0_.fromDate AS fromDate_4, t0_.toDate AS toDate_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM temporary_price t0_ WHERE t0_.entity_class = ? AND t0_.entity_id = ? AND t0_.fromDate <= ? AND t0_.toDate >= ?
Parameters: [
"Space"
"998814f6-7087-460d-8bb5-bb755f6bb115"
"2026-06-19 20:13:18"
"2026-06-19 20:13:18"
]
SELECT t0_.id AS id_0, t0_.entity_class AS entity_class_1, t0_.entity_id AS entity_id_2, t0_.price AS price_3, t0_.fromDate AS fromDate_4, t0_.toDate AS toDate_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM temporary_price t0_ WHERE t0_.entity_class = 'Space' AND t0_.entity_id = '998814f6-7087-460d-8bb5-bb755f6bb115' AND t0_.fromDate <= '2026-06-19 20:13:18' AND t0_.toDate >= '2026-06-19 20:13:18';
|