hibernate-orm/hibernate-core
Davide D'Alto 1de4a76008 HHH-16444 When logging the selected dialect, log the db version too
The db version used by the dialect makes a huge different on the
sql queries used.

The log before this commit:
```
INFO SQL dialect [vert.x-worker-thread-0] HHH000400: Using dialect: org.hibernate.dialect.MariaDBDialect
```

The log after this commit:
```
INFO SQL dialect [vert.x-worker-thread-0] HHH000400: Using dialect: org.hibernate.dialect.MariaDBDialect, version: 10.11
```

I've also updated the HANADialectTestCase because now the error message
contains the db version
2023-04-06 16:54:40 +01:00
..
src HHH-16444 When logging the selected dialect, log the db version too 2023-04-06 16:54:40 +01:00
hibernate-core.gradle HHH-16097 Move all tests from documentation into hibernate-core 2023-03-24 07:43:13 -05:00