0.60 ms (28.81%)
|
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.phone_number AS phone_number_6, t0.enabled AS enabled_7, t0.email AS email_8, t0.is_admin AS is_admin_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.uuid AS uuid_12, t0.cash_id AS cash_id_13 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.phone_number AS phone_number_6, t0.enabled AS enabled_7, t0.email AS email_8, t0.is_admin AS is_admin_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.uuid AS uuid_12, t0.cash_id AS cash_id_13 FROM user t0 WHERE t0.id = 2;
|
0.50 ms (23.80%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_default AS is_default_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_default AS is_default_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = 2;
|
0.35 ms (16.62%)
|
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.agency_code AS agency_code_3, t0.no_account AS no_account_4, t0.rib_key AS rib_key_5, t0.iban AS iban_6, t0.bic AS bic_7, t0.manager AS manager_8, t0.balance AS balance_9, t0.num_account AS num_account_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.bank_id AS bank_id_14, t0.societe_id AS societe_id_15, t0.tiers_id AS tiers_id_16, t0.journal_id AS journal_id_17 FROM account_bank t0 WHERE t0.tiers_id IS NULL AND t0.id = ? LIMIT 1
Parameters: [
"undefined"
]
SELECT t0.id AS id_1, t0.code AS code_2, t0.agency_code AS agency_code_3, t0.no_account AS no_account_4, t0.rib_key AS rib_key_5, t0.iban AS iban_6, t0.bic AS bic_7, t0.manager AS manager_8, t0.balance AS balance_9, t0.num_account AS num_account_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.bank_id AS bank_id_14, t0.societe_id AS societe_id_15, t0.tiers_id AS tiers_id_16, t0.journal_id AS journal_id_17 FROM account_bank t0 WHERE t0.tiers_id IS NULL AND t0.id = 'undefined' LIMIT 1;
|
0.32 ms (15.48%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.uuid AS uuid_6 FROM permission t0 INNER JOIN user_permission ON t0.id = user_permission.permission_id WHERE user_permission.user_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.uuid AS uuid_6 FROM permission t0 INNER JOIN user_permission ON t0.id = user_permission.permission_id WHERE user_permission.user_id = 2;
|
0.32 ms (15.30%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.uuid AS uuid_6 FROM permission t0 INNER JOIN role_permission ON t0.id = role_permission.permission_id WHERE role_permission.role_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.uuid AS uuid_6 FROM permission t0 INNER JOIN role_permission ON t0.id = role_permission.permission_id WHERE role_permission.role_id = 1;
|