I learned today that NHibernate should not be used with MySQL’s MyISAM table engine, but only with InnoDB. This is because NHibernate produces, and relies on, numerous foreign keys and MyISAM does not support referential integrity.
Tag Archives: LONGBLOB
NHibernate and MySQL’s MyISAM
Posted by alex
on July 6, 2010
No comments
