| 1 |
2.69 ms |
SELECT t0.project_id AS project_id_1, t0.project_key AS project_key_2, t0.allowed_origins AS allowed_origins_3, t0.o_auth2_client_id AS o_auth2_client_id_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.name AS name_7, t0.organization_id AS organization_id_8 FROM project t0 WHERE t0.o_auth2_client_id = ? LIMIT 1
Parameters: [
"01960fc3e0b97cfaa778c216fe2d517b"
]
SELECT t0.project_id AS project_id_1, t0.project_key AS project_key_2, t0.allowed_origins AS allowed_origins_3, t0.o_auth2_client_id AS o_auth2_client_id_4, t0.id AS id_5, t0.created_at AS created_at_6, t0.name AS name_7, t0.organization_id AS organization_id_8 FROM project t0 WHERE t0.o_auth2_client_id = '01960fc3e0b97cfaa778c216fe2d517b' LIMIT 1;
|
| 2 |
1.46 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: [
"01960fc3e0b97cfaa778c216fe2d517b"
]
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 = '01960fc3e0b97cfaa778c216fe2d517b' LIMIT 1;
|
| 3 |
0.76 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: [
"01960fc3e0b97cfaa778c216fe2d517b"
]
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 = '01960fc3e0b97cfaa778c216fe2d517b' LIMIT 1;
|
| 4 |
0.73 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: [
"01960fc3e0b97cfaa778c216fe2d517b"
]
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 = '01960fc3e0b97cfaa778c216fe2d517b' LIMIT 1;
|
| 5 |
1.49 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: [
"adcce41c8a6070dcc02a11fee541949e4f7d6b60a3ce7f7e7284ecac9d3f294422c8350d0b249822"
]
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 = 'adcce41c8a6070dcc02a11fee541949e4f7d6b60a3ce7f7e7284ecac9d3f294422c8350d0b249822';
|
| 6 |
0.67 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: [
"01960fc3e0b97cfaa778c216fe2d517b"
]
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 = '01960fc3e0b97cfaa778c216fe2d517b' LIMIT 1;
|
| 7 |
0.32 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 8 |
1.31 ms |
INSERT INTO oauth2_access_token (identifier, expiry, user_identifier, scopes, revoked, client) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"adcce41c8a6070dcc02a11fee541949e4f7d6b60a3ce7f7e7284ecac9d3f294422c8350d0b249822"
"2025-12-15 15:50:35"
null
"APPLICATION"
0
"01960fc3e0b97cfaa778c216fe2d517b"
]
INSERT INTO oauth2_access_token (identifier, expiry, user_identifier, scopes, revoked, client) VALUES ('adcce41c8a6070dcc02a11fee541949e4f7d6b60a3ce7f7e7284ecac9d3f294422c8350d0b249822', '2025-12-15 15:50:35', NULL, 'APPLICATION', 0, '01960fc3e0b97cfaa778c216fe2d517b');
|
| 9 |
0.85 ms |
UPDATE project SET id = ? WHERE id = ?
Parameters: [
"01960fc3-e0b9-7cfa-a778-c216fe2d517b"
"01960fc3-e0b9-7cfa-a778-c216fe2d517b"
]
UPDATE project SET id = '01960fc3-e0b9-7cfa-a778-c216fe2d517b' WHERE id = '01960fc3-e0b9-7cfa-a778-c216fe2d517b';
|
| 10 |
1.65 ms |
"COMMIT"
|