Migration from 1.2.0 to 1.3.0
Database Dialect Configuration
The latest release of PowerAuth requires configuration of database dialect.
The dialect is specified using following configuration property:
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL95Dialect
Use the most specific dialect, if possible, such as:
org.hibernate.dialect.Oracle12cDialect
for Oracle 12c or higherorg.hibernate.dialect.PostgreSQL95Dialect
for PostgreSQL 9.5 or higher
You can find additional database dialects in Hibernate documentation.
Last updated on Jun 21, 2022 (06:18)
Edit on Github
Send Feedback