Deepak Dixit created OFBIZ-12692:
------------------------------------
Summary: Add missing on start fails with mysql8
Key: OFBIZ-12692
URL: https://issues.apache.org/jira/browse/OFBIZ-12692
Project: OFBiz
Issue Type: Sub-task
Components: framework/entity
Environment: JDBC driver: mysql 8.0.30
Reporter: Deepak Dixit
While using mysql8 driver, ofbiz fails to create tables in newly setup
database.
Steps to reproduce:
- Create ofbiz database, load data (everything works fine)
- Create ofbiz1 database, load data, you will get error, and ofbiz fails to
create new tables in ofbiz1.
After initial debugging found while check db DatabaseMetaData.getTables returns
list of existing tables, so it does not create new tables hence fails to load
data.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)