axelor / axelor-open-platform

Open source Java framework for business application development
http://axelor.com
Other
391 stars 298 forks source link

MySQL8 support #66

Open barry86m opened 4 years ago

barry86m commented 4 years ago

MySQL8 not currently supported.

org.hibernate.dialect.MySQL8Dialect is available in hibernate version 5.3

Since MySQL8Dialect is a subclass of MySQL57Dialect simply changing the CustomDialectResolver may work.