Tag Archives: LONGBLOB

NHibernate and MySQL’s MyISAM

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.

Read more »