]
Josef Kopriva closed JBIDE-2163.
--------------------------------
Closing, nothing to do.
MySQL -> BigDBCreateTest ->
org.hibernate.exception.SQLGrammarException
-----------------------------------------------------------------------
Key: JBIDE-2163
URL:
https://issues.redhat.com/browse/JBIDE-2163
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Attachments: screenshot-1.jpg, screenshot-2.jpg
For test purposes I create org.hibernate.eclipse.console.test ->
org.hibernate.eclipse.console.db.test.BigDBCreateTest - the main goal of this class is
creation test database with specified number of related tables. Then with help of
BigDBCreateTest I create a big enough database with 3000 tables in it. I use MySQL as
DBMS. I create Hibernate configuration for this test db. Then I try to expand tree in
Hibernate Configurations -> when I expand database node -> I get exceptions in Error
Log -> I get full list of tables, but most of tables do not display columns.
Screenshots in attachment.