Beginner |
|
Joined: Thu Jun 23, 2005 4:11 pm Posts: 24
|
Hibernate version: 3.1rc3 -> 3.1
hibernate.properties:
hibernate.dialect = org.hibernate.dialect.MySQLMyISAMDialect
hibernate.connection.driver_class = com.mysql.jdbc.Driver
Code between sessionFactory.openSession() and session.close():
Name and version of the database you are using: 5.0.15-nt
Did something change in the latest release of Hibernate (3.1) that would cause generated table names to change from SCHEMA_TABLE to SCHEMA.TABLE in MySQL? I looked at the MySQL dialect and did not see any changes. To fix the problem I removed schema attribute in mapping files and prepended SCHEMA_ to table attributes, but doesn't seem like the default behavior should change like that. thanks
|
|