| 1 |
7.92 ms |
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters: [
"gqggrWHREcRrB88LZqkR"
]
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = 'gqggrWHREcRrB88LZqkR' LIMIT 1;
|
| 2 |
0.44 ms |
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters: [
"gqggrWHREcRrB88LZqkR"
]
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = 'gqggrWHREcRrB88LZqkR' LIMIT 1;
|
| 3 |
0.40 ms |
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters: [
"gqggrWHREcRrB88LZqkR"
]
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = 'gqggrWHREcRrB88LZqkR' LIMIT 1;
|
| 4 |
0.40 ms |
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters: [
"gqggrWHREcRrB88LZqkR"
]
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = 'gqggrWHREcRrB88LZqkR' LIMIT 1;
|
| 5 |
1.40 ms |
SELECT t0.identifier AS identifier_1, t0.expiry AS expiry_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.revoked AS revoked_5, t0.client AS client_6 FROM oauth2_access_token t0 WHERE t0.identifier = ?
Parameters: [
"49d6e3bce9690ecbaec7ae684190c29c8703139cb9f84541450923889331654525f4f7549010376f"
]
SELECT t0.identifier AS identifier_1, t0.expiry AS expiry_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.revoked AS revoked_5, t0.client AS client_6 FROM oauth2_access_token t0 WHERE t0.identifier = '49d6e3bce9690ecbaec7ae684190c29c8703139cb9f84541450923889331654525f4f7549010376f';
|
| 6 |
0.55 ms |
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters: [
"gqggrWHREcRrB88LZqkR"
]
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8 FROM oauth2_client t0 WHERE t0.identifier = 'gqggrWHREcRrB88LZqkR' LIMIT 1;
|
| 7 |
0.24 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 8 |
1.02 ms |
INSERT INTO oauth2_access_token (identifier, expiry, user_identifier, scopes, revoked, client) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"49d6e3bce9690ecbaec7ae684190c29c8703139cb9f84541450923889331654525f4f7549010376f"
"2026-08-11 22:00:29"
null
"PRODUCT"
0
"gqggrWHREcRrB88LZqkR"
]
INSERT INTO oauth2_access_token (identifier, expiry, user_identifier, scopes, revoked, client) VALUES ('49d6e3bce9690ecbaec7ae684190c29c8703139cb9f84541450923889331654525f4f7549010376f', '2026-08-11 22:00:29', NULL, 'PRODUCT', 0, 'gqggrWHREcRrB88LZqkR');
|
| 9 |
5.82 ms |
"COMMIT"
|