sandynz commented on issue #5432: URL: https://github.com/apache/shardingsphere/issues/5432#issuecomment-671426225
Wrote a demo to verify #1774 (DatabaseMetaDataResultSet was added to solve it), a new exception thrown, blocked for now. Hibernate 5.4 + ShardingSphere JDBC 5.0.0-RC1-SNAPSHOT + PostgreSQL 12, exception thrown: `ShardingSphereException: Can not route tables for [sequences], please make sure the tables are in same schema`. Since Hibernate execute sql automatically: `select * from information_schema.sequences` Hibernate settings: - hibernate.hbm2ddl.auto = update ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
