Follow up to my own post. It seems that sqlite supports IDENTITY type
of columns but they don't actually mean same thing as with sql server
meaning there is no auto increment happening. I tested this with
latest
sqlite and sqlite shell. With sqlite only the primary key supports
auto
incrementing.

I fixed this with a workaround in the unit test side where it sets the
id manually.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to