| 1 |
0.14 ms |
SELECT t0.username AS username_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.scopes AS scopes_5, t0.given_name AS given_name_6, t0.family_name AS family_name_7, t0.full_name AS full_name_8, t0.phone_number AS phone_number_9, t0.phone_extension AS phone_extension_10, t0.preferred_username AS preferred_username_11, t0.locale AS locale_12, t0.nickname AS nickname_13, t0.picture AS picture_14, t0.phone_number_verified AS phone_number_verified_15, t0.email_verified AS email_verified_16, t0.country AS country_17, t0.locality AS locality_18, t0.postal_code AS postal_code_19, t0.region AS region_20, t0.street_address AS street_address_21, t0.last_login_at AS last_login_at_22, t0.must_change_password AS must_change_password_23, t0.temporary_password_expires_at AS temporary_password_expires_at_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26 FROM user t0 WHERE t0.username = ?
Parameters: [
"osimonian"
]
SELECT t0.username AS username_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.scopes AS scopes_5, t0.given_name AS given_name_6, t0.family_name AS family_name_7, t0.full_name AS full_name_8, t0.phone_number AS phone_number_9, t0.phone_extension AS phone_extension_10, t0.preferred_username AS preferred_username_11, t0.locale AS locale_12, t0.nickname AS nickname_13, t0.picture AS picture_14, t0.phone_number_verified AS phone_number_verified_15, t0.email_verified AS email_verified_16, t0.country AS country_17, t0.locality AS locality_18, t0.postal_code AS postal_code_19, t0.region AS region_20, t0.street_address AS street_address_21, t0.last_login_at AS last_login_at_22, t0.must_change_password AS must_change_password_23, t0.temporary_password_expires_at AS temporary_password_expires_at_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26 FROM user t0 WHERE t0.username = 'osimonian';
|
| 2 |
0.13 ms |
SELECT t0.username AS username_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.scopes AS scopes_5, t0.given_name AS given_name_6, t0.family_name AS family_name_7, t0.full_name AS full_name_8, t0.phone_number AS phone_number_9, t0.phone_extension AS phone_extension_10, t0.preferred_username AS preferred_username_11, t0.locale AS locale_12, t0.nickname AS nickname_13, t0.picture AS picture_14, t0.phone_number_verified AS phone_number_verified_15, t0.email_verified AS email_verified_16, t0.country AS country_17, t0.locality AS locality_18, t0.postal_code AS postal_code_19, t0.region AS region_20, t0.street_address AS street_address_21, t0.last_login_at AS last_login_at_22, t0.must_change_password AS must_change_password_23, t0.temporary_password_expires_at AS temporary_password_expires_at_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26 FROM user t0 WHERE t0.username = ? LIMIT 1
SELECT t0.username AS username_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.scopes AS scopes_5, t0.given_name AS given_name_6, t0.family_name AS family_name_7, t0.full_name AS full_name_8, t0.phone_number AS phone_number_9, t0.phone_extension AS phone_extension_10, t0.preferred_username AS preferred_username_11, t0.locale AS locale_12, t0.nickname AS nickname_13, t0.picture AS picture_14, t0.phone_number_verified AS phone_number_verified_15, t0.email_verified AS email_verified_16, t0.country AS country_17, t0.locality AS locality_18, t0.postal_code AS postal_code_19, t0.region AS region_20, t0.street_address AS street_address_21, t0.last_login_at AS last_login_at_22, t0.must_change_password AS must_change_password_23, t0.temporary_password_expires_at AS temporary_password_expires_at_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26 FROM user t0 WHERE t0.username = 'herve' LIMIT 1;
|