From: Hung T. (JIRA) <nh...@gm...> - 2010-11-01 17:26:50
|
Missing MySQL5InnoDBDialect --------------------------- Key: NH-2405 URL: http://216.121.112.228/browse/NH-2405 Project: NHibernate Issue Type: New Feature Components: DataProviders / Dialects Affects Versions: 3.0.0.Beta2, 3.0.0.Beta1, 3.0.0.Alpha3, 3.0.0.Alpha2, 3.0.0.Alpha1, 2.1.2.GA, 2.1.1.GA, 2.0.1.GA, 1.2.1, 3.0.0.CR1 Reporter: Hung Tran I have tried to use MySQL5Dialect, but i got no luck, it did not help me generate DDL to create InnoDB table. I have looking for a dialect like MySQL5InnoDBDialect in Hibernate. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Fabio M. (JIRA) <nh...@gm...> - 2010-11-02 11:01:46
|
[ http://216.121.112.228/browse/NH-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo updated NH-2405: ---------------------------- Affects Version/s: (was: 3.0.0.CR1) (was: 3.0.0.Beta2) (was: 3.0.0.Beta1) (was: 3.0.0.Alpha3) (was: 3.0.0.Alpha2) (was: 2.1.1.GA) (was: 3.0.0.Alpha1) (was: 2.0.1.GA) (was: 1.2.1) > Missing MySQL5InnoDBDialect > --------------------------- > > Key: NH-2405 > URL: http://216.121.112.228/browse/NH-2405 > Project: NHibernate > Issue Type: New Feature > Components: DataProviders / Dialects > Affects Versions: 2.1.2.GA > Reporter: Hung Tran > > I have tried to use MySQL5Dialect, but i got no luck, it did not help me generate DDL to create InnoDB table. I have looking for a dialect like MySQL5InnoDBDialect in Hibernate. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Fabio M. (JIRA) <nh...@gm...> - 2010-12-17 04:19:32
|
[ http://216.121.112.228/browse/NH-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo updated NH-2405: ---------------------------- Summary: MySQL5InnoDBDialect (was: Missing MySQL5InnoDBDialect) > MySQL5InnoDBDialect > ------------------- > > Key: NH-2405 > URL: http://216.121.112.228/browse/NH-2405 > Project: NHibernate > Issue Type: New Feature > Components: DataProviders / Dialects > Affects Versions: 2.1.2.GA > Reporter: Hung Tran > > I have tried to use MySQL5Dialect, but i got no luck, it did not help me generate DDL to create InnoDB table. I have looking for a dialect like MySQL5InnoDBDialect in Hibernate. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Brendan (JIRA) <nh...@gm...> - 2011-04-19 22:34:31
|
[ http://216.121.112.228/browse/NH-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brendan updated NH-2405: ------------------------ Attachment: MySQL5InnoDBDialect.cs The only change required for this to work is to port: https://github.com/hibernate/hibernate-core/blob/master/hibernate-core/src/main/java/org/hibernate/dialect/MySQL5InnoDBDialect.java Please find this attached. > MySQL5InnoDBDialect > ------------------- > > Key: NH-2405 > URL: http://216.121.112.228/browse/NH-2405 > Project: NHibernate > Issue Type: New Feature > Components: DataProviders / Dialects > Affects Versions: 2.1.2.GA > Reporter: Hung Tran > Attachments: MySQL5InnoDBDialect.cs > > > I have tried to use MySQL5Dialect, but i got no luck, it did not help me generate DDL to create InnoDB table. I have looking for a dialect like MySQL5InnoDBDialect in Hibernate. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |