Open GoogleCodeExporter opened 9 years ago
I can confirm this. It appears that sqlite allows 2 different methods of
creating a primary key:
1.) inline: ... (id integer primary key, columntwo integer...
2.) at the end: ... columnx integer, primary key (id))
It then appears that the migrator.net only allows for 1 and not 2. NHibernate
seems to default to 2 as all my db's have been created by nhibernate.
my fix was simply to change the 'IndexOf' for the end variable to 'LastIndexOf'.
Original comment by garri...@gmail.com
on 10 Jun 2010 at 6:41
Original issue reported on code.google.com by
it.advis...@gmail.com
on 12 Mar 2010 at 4:51