SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT 1 [["id", 1]]
I tried various things and found out that it only happens when using the `mysql2` adapter. The `mysql` and `pg` ones seem to print the expected logs.
Does it mean mysql2 doesn't get the full advantage of the improvements provided by AdequateRecord? Or is it just a difference in the way it logs things?
Thanks!