The version of the dialect can make a huge difference on which query are generated. At the moment we are printing only this:
{code:none}INFO SQL dialect [vert.x-worker-thread-0] HHH000400: Using dialect: org.hibernate.dialect.MariaDBDialect{code}
But it would be nice to have:
{noformat}INFO SQL dialect [vert.x-worker-thread-0] HHH000400: Using dialect: org.hibernate.dialect.MariaDBDialect, db version: 10.11{noformat} |
|