| 1 |
0.23 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = 4;
|
| 2 |
0.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price AS price_4, t0.image AS image_5, t0.nr AS nr_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.nr = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price AS price_4, t0.image AS image_5, t0.nr AS nr_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.nr = '1' LIMIT 1;
|
| 3 |
0.10 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price AS price_4, t0.image AS image_5, t0.nr AS nr_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.nr = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price AS price_4, t0.image AS image_5, t0.nr AS nr_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.nr = '1' LIMIT 1;
|
| 4 |
0.09 ms |
SELECT t0.id AS id_1, t0.title AS title_2 FROM size t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2 FROM size t0 WHERE t0.id = 10;
|
| 5 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.size AS size_3, t0.nr AS nr_4, t0.image AS image_5 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.size AS size_3, t0.nr AS nr_4, t0.image AS image_5 FROM category t0 WHERE t0.id = 18;
|
| 6 |
0.16 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.size_id AS size_id_3, t0.article_id AS article_id_4 FROM article_size t0 WHERE t0.article_id = ?
SELECT t0.id AS id_1, t0.price AS price_2, t0.size_id AS size_id_3, t0.article_id AS article_id_4 FROM article_size t0 WHERE t0.article_id = 30;
|
| 7 |
0.13 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 8 |
0.21 ms |
UPDATE article SET image = ? WHERE id = ?
Parameters: [
"1777303847file_00000000c2d87243ad0b7bed4062d0a6.png"
30
]
UPDATE article SET image = '1777303847file_00000000c2d87243ad0b7bed4062d0a6.png' WHERE id = 30;
|
| 9 |
0.14 ms |
DELETE FROM article_size WHERE id = ?
DELETE FROM article_size WHERE id = 132;
|
| 10 |
0.11 ms |
"COMMIT"
|
| 11 |
0.06 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 12 |
0.10 ms |
DELETE FROM article_size WHERE id = ?
DELETE FROM article_size WHERE id = 133;
|
| 13 |
0.06 ms |
"COMMIT"
|
| 14 |
0.10 ms |
SELECT t0.id AS id_1, t0.title AS title_2 FROM size t0
SELECT t0.id AS id_1, t0.title AS title_2 FROM size t0;
|
| 15 |
0.06 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 16 |
0.12 ms |
INSERT INTO article_size (price, size_id, article_id) VALUES (?, ?, ?)
INSERT INTO article_size (price, size_id, article_id) VALUES (7, 1, 30);
|
| 17 |
0.06 ms |
"COMMIT"
|
| 18 |
0.06 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 19 |
0.10 ms |
INSERT INTO article_size (price, size_id, article_id) VALUES (?, ?, ?)
INSERT INTO article_size (price, size_id, article_id) VALUES (8.5, 2, 30);
|
| 20 |
0.05 ms |
"COMMIT"
|