| 1 |
2.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = ? AND t0.status = ? LIMIT 1
Parameters: [
"metalica.zodii.ro"
"active"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = 'metalica.zodii.ro' AND t0.status = 'active' LIMIT 1;
|
| 2 |
1.76 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.info AS info_3, t0.secret_key AS secret_key_4, t0.ipn_url AS ipn_url_5, t0.return_url AS return_url_6 FROM basket_entity t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"wl-custom-fields"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.info AS info_3, t0.secret_key AS secret_key_4, t0.ipn_url AS ipn_url_5, t0.return_url AS return_url_6 FROM basket_entity t0 WHERE t0.name = 'wl-custom-fields' LIMIT 1;
|
| 3 |
1.92 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = ? AND t0.status = ? LIMIT 1
Parameters: [
"metalica.zodii.ro"
"active"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.domain AS domain_4, t0.path AS path_5, t0.locale AS locale_6, t0.amount AS amount_7, t0.currency AS currency_8, t0.type AS type_9, t0.status AS status_10, t0.custom_css AS custom_css_11, t0.background_image AS background_image_12, t0.header_image AS header_image_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM whitelabel_domain t0 WHERE t0.domain = 'metalica.zodii.ro' AND t0.status = 'active' LIMIT 1;
|