Query Metrics
81
Database Queries
6
Different statements
55.84 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.73 ms |
SELECT t0.token AS token_1, t0.expire AS expire_2, t0.lifetime AS lifetime_3, t0.user_id AS user_id_4, t0.tablet_id AS tablet_id_5 FROM api_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"7b400796b66145700a155511240366fd897ac53a00e336fa3b58859894ed79d5"
]
|
| 2 | 0.48 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.status AS status_5, t0.deleted AS deleted_6 FROM `user` t0 WHERE t0.id = ? AND ((t0.deleted IS NULL))
Parameters:
[
17
]
|
| 3 | 8.73 ms |
SELECT r0_.id AS id_0, r0_.duration AS duration_1, r0_.start_date AS start_date_2, r0_.polygon AS polygon_3, r0_.destination_location_id AS destination_location_id_4, r0_.source_location_id AS source_location_id_5, r0_.title AS title_6, r0_.status AS status_7, v1_.id AS id_8, v1_.registration AS registration_9, v1_.brand AS brand_10, v1_.model AS model_11, v1_.max_payload_length AS max_payload_length_12, v1_.max_payload_weight AS max_payload_weight_13, v1_.max_range AS max_range_14, v1_.last_service AS last_service_15, v1_.height AS height_16, v1_.max_weight AS max_weight_17, v1_.max_axle_weight AS max_axle_weight_18, v1_.fleetmanager_id AS fleetmanager_id_19, v1_.deleted AS deleted_20, v1_.buildyear AS buildyear_21, l2_.id AS id_22, l2_.type AS type_23, l2_.title AS title_24, l2_.phone AS phone_25, l2_.marker_color AS marker_color_26, a3_.id AS id_27, a3_.company AS company_28, a3_.responsible_person AS responsible_person_29, a3_.address AS address_30, a3_.city AS city_31, a3_.postalcode AS postalcode_32, a3_.country AS country_33, a3_.latitude AS latitude_34, a3_.longitude AS longitude_35, a3_.nav_latitude AS nav_latitude_36, a3_.nav_longitude AS nav_longitude_37, ST_AsBinary(a3_.point) AS point_38, l4_.id AS id_39, l4_.type AS type_40, l4_.title AS title_41, l4_.phone AS phone_42, l4_.marker_color AS marker_color_43, a5_.id AS id_44, a5_.company AS company_45, a5_.responsible_person AS responsible_person_46, a5_.address AS address_47, a5_.city AS city_48, a5_.postalcode AS postalcode_49, a5_.country AS country_50, a5_.latitude AS latitude_51, a5_.longitude AS longitude_52, a5_.nav_latitude AS nav_latitude_53, a5_.nav_longitude AS nav_longitude_54, ST_AsBinary(a5_.point) AS point_55, r6_.id AS id_56, r6_.day_index AS day_index_57, r6_.start_time AS start_time_58, r6_.date AS date_59, r6_.travel_time AS travel_time_60, r6_.travel_distance AS travel_distance_61, r6_.delivery_time AS delivery_time_62, r6_.final_travel_time AS final_travel_time_63, r6_.final_travel_distance AS final_travel_distance_64, r6_.final_routing AS final_routing_65, r6_.final_start_time AS final_start_time_66, r6_.start_weight AS start_weight_67, r6_.end_weight AS end_weight_68, l7_.id AS id_69, l7_.type AS type_70, l7_.title AS title_71, l7_.phone AS phone_72, l7_.marker_color AS marker_color_73, l8_.id AS id_74, l8_.type AS type_75, l8_.title AS title_76, l8_.phone AS phone_77, l8_.marker_color AS marker_color_78, r9_.id AS id_79, r9_.sequence AS sequence_80, r9_.travel_time AS travel_time_81, r9_.travel_distance AS travel_distance_82, r9_.type AS type_83, r9_.routing AS routing_84, r9_.start_time AS start_time_85, r9_.delivery_duration AS delivery_duration_86, r9_.extra AS extra_87, r9_.notice AS notice_88, r0_.vehicle_id AS vehicle_id_89, r0_.source_location_id AS source_location_id_90, r0_.destination_location_id AS destination_location_id_91, l2_.address_id AS address_id_92, l4_.address_id AS address_id_93, r6_.route_id AS route_id_94, r6_.start_location_id AS start_location_id_95, r6_.end_location_id AS end_location_id_96, l7_.address_id AS address_id_97, l8_.address_id AS address_id_98, r9_.route_id AS route_id_99, r9_.day_id AS day_id_100, r9_.location_id AS location_id_101, r9_.collection_id AS collection_id_102 FROM route r0_ LEFT JOIN vehicle v1_ ON r0_.vehicle_id = v1_.id INNER JOIN location l2_ ON r0_.source_location_id = l2_.id INNER JOIN address a3_ ON l2_.address_id = a3_.id INNER JOIN location l4_ ON r0_.destination_location_id = l4_.id INNER JOIN address a5_ ON l4_.address_id = a5_.id LEFT JOIN route_day r6_ ON r0_.id = r6_.route_id LEFT JOIN location l7_ ON r6_.start_location_id = l7_.id LEFT JOIN location l8_ ON r6_.end_location_id = l8_.id LEFT JOIN route_element r9_ ON r6_.id = r9_.day_id WHERE r0_.id = ? ORDER BY r6_.day_index ASC, r9_.sequence ASC
Parameters:
[
"50d23a7e-bb63-453b-bcb6-b46da3613308"
]
|
| 4 | 1.01 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"e18b310d-85fc-4620-b599-30b7fc32405a"
]
|
| 5 | 0.51 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"0c75c7df-96f3-4c41-b54a-0e00a656b50a"
]
|
| 6 | 0.79 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"e18b310d-85fc-4620-b599-30b7fc32405a"
]
|
| 7 | 0.72 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"6bd4205e-bd65-4e06-a8b4-7276a37761b9"
]
|
| 8 | 0.50 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"6b374b77-7d53-458d-80cc-403f63d38cc8"
]
|
| 9 | 0.72 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"6bd4205e-bd65-4e06-a8b4-7276a37761b9"
]
|
| 10 | 0.80 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"66aa2022-9078-437f-8b93-9bb19b315b74"
]
|
| 11 | 0.51 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"a2e3eab2-37be-4899-b52c-f35867ad2620"
]
|
| 12 | 0.67 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"66aa2022-9078-437f-8b93-9bb19b315b74"
]
|
| 13 | 0.61 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"f78ffa13-d325-4779-8b0f-e144e65a7cb9"
]
|
| 14 | 0.45 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"7010d99e-d969-4943-a865-cb9933e4becd"
]
|
| 15 | 0.57 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"f78ffa13-d325-4779-8b0f-e144e65a7cb9"
]
|
| 16 | 0.54 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"2fbe3e11-08f2-44f8-9495-0c8212e85008"
]
|
| 17 | 0.42 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"2b670197-fc8c-48c2-ba44-b9b7280e0d42"
]
|
| 18 | 0.54 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"2fbe3e11-08f2-44f8-9495-0c8212e85008"
]
|
| 19 | 0.53 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"574dcfb7-437f-4266-9fac-7f075f13f53c"
]
|
| 20 | 0.40 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"fddb0bb7-cf5c-11e9-9eaf-fa163eba38cb"
]
|
| 21 | 0.81 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"574dcfb7-437f-4266-9fac-7f075f13f53c"
]
|
| 22 | 0.74 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"0978fb7a-ee75-4c2d-9442-c7d8c5042efa"
]
|
| 23 | 0.47 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"a4b1d944-96d1-4819-a17a-4a2c27440023"
]
|
| 24 | 0.55 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"0978fb7a-ee75-4c2d-9442-c7d8c5042efa"
]
|
| 25 | 0.56 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"2ba47c1e-552c-456c-a6d4-0afbe7adb389"
]
|
| 26 | 0.41 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"9124fde0-204e-42e4-9176-b8668a098dfb"
]
|
| 27 | 0.51 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"2ba47c1e-552c-456c-a6d4-0afbe7adb389"
]
|
| 28 | 0.66 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"40376e39-0d10-46e3-a2b0-ca1cb81c191d"
]
|
| 29 | 0.41 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"19abdb97-fe63-43a9-af3d-53af09b4dc11"
]
|
| 30 | 0.59 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"40376e39-0d10-46e3-a2b0-ca1cb81c191d"
]
|
| 31 | 0.51 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"f53beacc-8dee-46bf-aa6a-0284ee2ae7ad"
]
|
| 32 | 0.40 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"a0948e8d-7262-4c87-89b9-5d238fe5048b"
]
|
| 33 | 0.55 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"f53beacc-8dee-46bf-aa6a-0284ee2ae7ad"
]
|
| 34 | 0.60 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"a9e70aae-731e-460f-80e5-c8105dac9177"
]
|
| 35 | 0.40 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"da807906-26ae-4487-a1fa-abac44233a37"
]
|
| 36 | 0.56 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"a9e70aae-731e-460f-80e5-c8105dac9177"
]
|
| 37 | 0.77 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"cfe47e36-434b-41e9-adb4-cc5dfe4b2228"
]
|
| 38 | 0.46 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"149e9b7e-cacb-4d63-a63a-febb2f92a0b9"
]
|
| 39 | 0.56 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"cfe47e36-434b-41e9-adb4-cc5dfe4b2228"
]
|
| 40 | 0.89 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"88ff822e-3f41-42f6-a70e-4fcf73dfc783"
]
|
| 41 | 0.44 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"6181beee-c9ce-4a3c-9a62-c065550c1124"
]
|
| 42 | 0.56 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"88ff822e-3f41-42f6-a70e-4fcf73dfc783"
]
|
| 43 | 0.53 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"f01e26ff-8943-4c46-a581-d775b1bf84da"
]
|
| 44 | 0.39 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"d3e6553e-40ab-4ad8-8f82-60d97e437723"
]
|
| 45 | 0.54 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"f01e26ff-8943-4c46-a581-d775b1bf84da"
]
|
| 46 | 0.72 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"7b69e305-b841-46e4-baf2-f7702b95090a"
]
|
| 47 | 0.41 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"7bd80a78-6ecf-4e71-b11e-a38c3b4ee550"
]
|
| 48 | 0.55 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"7b69e305-b841-46e4-baf2-f7702b95090a"
]
|
| 49 | 0.69 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"16fbb56d-8590-44e4-9fa7-c7a3b844fb2a"
]
|
| 50 | 0.43 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"a88e3637-bd0b-4cbd-946b-03b5dc3addaa"
]
|
| 51 | 0.55 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"16fbb56d-8590-44e4-9fa7-c7a3b844fb2a"
]
|
| 52 | 0.66 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"5a6d1776-56c4-46bd-b2b0-623e65475859"
]
|
| 53 | 0.40 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"d2a2a200-9925-45af-8e3c-86dd236b7f92"
]
|
| 54 | 0.57 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"5a6d1776-56c4-46bd-b2b0-623e65475859"
]
|
| 55 | 0.67 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"ceb6189d-5a54-4ca6-9a6d-c625b511125f"
]
|
| 56 | 0.42 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"f2a809ff-1ccc-430a-b76e-1710a277fb0e"
]
|
| 57 | 0.65 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"ceb6189d-5a54-4ca6-9a6d-c625b511125f"
]
|
| 58 | 0.83 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"cf4b17d3-4cb0-4ce3-b393-9f4df29e87ad"
]
|
| 59 | 0.48 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"ddc9718c-b5b6-4884-ad2b-f14362f7491f"
]
|
| 60 | 0.56 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"cf4b17d3-4cb0-4ce3-b393-9f4df29e87ad"
]
|
| 61 | 0.69 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"82e50d73-b6d6-4cd5-85ee-814911b8b656"
]
|
| 62 | 0.42 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"01437de7-051c-42da-b30f-d14c89634d84"
]
|
| 63 | 0.56 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"82e50d73-b6d6-4cd5-85ee-814911b8b656"
]
|
| 64 | 0.64 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"8a2f4f01-9342-4e4d-b1fa-d112879e0f6c"
]
|
| 65 | 0.46 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"f22c9914-bce7-4769-bd71-b0f706baf248"
]
|
| 66 | 0.69 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"8a2f4f01-9342-4e4d-b1fa-d112879e0f6c"
]
|
| 67 | 0.61 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"4244b823-8926-4671-836e-857aa00fc16d"
]
|
| 68 | 0.45 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"5f3d0a1b-eb05-4117-960d-6715fb50335f"
]
|
| 69 | 0.57 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"4244b823-8926-4671-836e-857aa00fc16d"
]
|
| 70 | 0.65 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"bd480ef8-e03b-4893-b9ce-a17cf59416d8"
]
|
| 71 | 0.47 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"a3763756-31fb-4b39-b2a6-98eabd2fd75d"
]
|
| 72 | 0.68 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"bd480ef8-e03b-4893-b9ce-a17cf59416d8"
]
|
| 73 | 0.62 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"ccf91b17-5cbb-4839-85a7-b9c7b229fc9f"
]
|
| 74 | 0.40 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"aa659cc1-df7d-45ba-a4e2-2f4082d7b19e"
]
|
| 75 | 0.72 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"ccf91b17-5cbb-4839-85a7-b9c7b229fc9f"
]
|
| 76 | 0.80 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"b0fde086-2baf-4194-9004-e55d624e76f1"
]
|
| 77 | 0.50 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"237f364d-e302-4c35-9b0e-a54147f9bb55"
]
|
| 78 | 0.63 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"b0fde086-2baf-4194-9004-e55d624e76f1"
]
|
| 79 | 0.55 ms |
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.status AS status_3, t0.weight AS weight_4, t0.extra AS extra_5, t0.weeknumber AS weeknumber_6, t0.flags AS flags_7, t0.address_id AS address_id_8, t9.id AS id_10, t9.sequence AS sequence_11, t9.travel_time AS travel_time_12, t9.travel_distance AS travel_distance_13, t9.type AS type_14, t9.routing AS routing_15, t9.start_time AS start_time_16, t9.delivery_duration AS delivery_duration_17, t9.extra AS extra_18, t9.notice AS notice_19, t9.route_id AS route_id_20, t9.day_id AS day_id_21, t9.location_id AS location_id_22, t9.collection_id AS collection_id_23, t0.src_address_id AS src_address_id_24 FROM delivery_collection t0 LEFT JOIN route_element t9 ON t9.collection_id = t0.id WHERE t0.id = ?
Parameters:
[
"eb744893-cc61-429c-8ac8-1237acd91a6a"
]
|
| 80 | 0.46 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.responsible_person AS responsible_person_3, t0.address AS address_4, t0.city AS city_5, t0.postalcode AS postalcode_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.nav_latitude AS nav_latitude_10, t0.nav_longitude AS nav_longitude_11, ST_AsBinary(t0.point) AS point_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
"3e948a90-d217-4c4a-8f37-bc980ac47eec"
]
|
| 81 | 0.60 ms |
SELECT t0.id AS id_1, t0.planned AS planned_2, t0.order_id AS order_id_3, t0.ordertext AS ordertext_4, t0.planned_date AS planned_date_5, t0.planned_time AS planned_time_6, t0.delivery_duration AS delivery_duration_7, t0.payload_weight AS payload_weight_8, t0.notice AS notice_9, t0.status AS status_10, t0.done_date AS done_date_11, t0.done_time AS done_time_12, t0.order_date AS order_date_13, t0.extra_text AS extra_text_14, t0.customer AS customer_15, t0.money AS money_16, t0.payment_type AS payment_type_17, t0.phone AS phone_18, t0.weeknumber AS weeknumber_19, t0.flags AS flags_20, t0.url AS url_21, t0.not_merge_to_container AS not_merge_to_container_22, t0.single_delivery_information AS single_delivery_information_23, t0.phone2 AS phone2_24, t0.delivery_notice AS delivery_notice_25, t0.balance AS balance_26, t0.invoice_number AS invoice_number_27, t0.vehicle_id AS vehicle_id_28, t0.dest_address_id AS dest_address_id_29, t0.source_address_id AS source_address_id_30, t0.collection_id AS collection_id_31 FROM delivery t0 WHERE t0.collection_id = ? ORDER BY t0.order_id ASC
Parameters:
[
"eb744893-cc61-429c-8ac8-1237acd91a6a"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ApiToken | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Tablet | No errors. |
| App\Entity\Route | No errors. |
| App\Entity\Vehicle | No errors. |
| App\Entity\Location | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\RouteDay | No errors. |
| App\Entity\RouteElement | No errors. |
| App\Entity\DeliveryCollection | No errors. |
| App\Entity\Protocol | No errors. |
| App\Entity\Delivery | No errors. |
| App\Entity\Payload | No errors. |