Closed lukaseder closed 6 years ago
It's in the joos-mssql
module so everything is related to SQL Server.
All the initial scripts were generated by Hibernate from JPA entities.
Well, I was confused by the fact that there's the "oracle" directory in the path: https://github.com/vladmihalcea/high-performance-java-persistence/tree/master/jooq/jooq-mssql/src/test/resources/oracle
That's a mistake indeed.
Fixed by this commit.
There's a file in your repository that references both the Oracle and MS SQL dialects: https://github.com/vladmihalcea/high-performance-java-persistence/blob/master/jooq/jooq-mssql/src/test/resources/oracle/initial_schema.sql
From the contents, I suspect it is MS SQL, as Oracle doesn't have
BIGINT
orDATETIME2
types... This looks more like Oracle syntax: https://github.com/vladmihalcea/high-performance-java-persistence/blob/master/jooq/jooq-oracle/src/test/resources/oracle/initial_schema.sql