| 1 | SELECT `User`.`id`, `User`.`email`, `User`.`password`, `User`.`fullname`, `User`.`created`, `User`.`modified`, `User`.`role` FROM `users` AS `User` WHERE `User`.`id` IS NULL LIMIT 1 | | 0 | 0 | 2 |
| 2 | SELECT `User`.`id`, `User`.`email`, `User`.`password`, `User`.`fullname`, `User`.`created`, `User`.`modified`, `User`.`role` FROM `users` AS `User` WHERE `User`.`id` IS NULL LIMIT 1 | | 0 | 0 | 3 |
| 3 | SELECT `Article`.`id`, `Article`.`user_id`, `Article`.`title`, `Article`.`urltitle`, `Article`.`text`, `Article`.`created`, `Article`.`modified`, `Article`.`interesting`, `Article`.`useful`, `Article`.`published` FROM `articles` AS `Article` WHERE 1 = 1 | | 2 | 2 | 3 |