[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1016) many-to-many inconsistency with different MySql storage types..

Keith Garry Boyce (JIRA) noreply at atlassian.com
Wed Nov 21 12:22:56 EST 2007


many-to-many inconsistency with different MySql storage types..
---------------------------------------------------------------

                 Key: HBX-1016
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1016
             Project: Hibernate Tools
          Issue Type: Bug
          Components: reverse-engineer
    Affects Versions: 3.2.cr1
            Reporter: Keith Garry Boyce


I originally had an Mysql INNODb database with table names strategy 1 (i.e: names are stored in lowercase on disk and table names are case-insensitive).

I realized that I needed case sensitivity to changed to 0 strategy (i.e: stored and compared  with case sensitivity)

With strategy 1 the many-to-many relationships were correctly detected with strategy 0 and I also tries MyIsam this did not occur correctly.

Ultimately I either need a way for this to work or I need to be able to workaround it in reveg files somehow. Please let me know what you think is happening here and any possible workarounds.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list