This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
When I select IdentityColumn as the Default Identity Generator for the model I received the following error (for each table) when I try and update the SQLite Database -- Add table OrganisationConfiguration to the database Sincerely, |
|
|
We generally recommend the HiLo generator. However if you want to use autoincrement you should be able to create the table using your favourite SQLite tool and then use the NHibernate Designer to update it. The designer won't try to recreate the identity column so the autoincrement won't be a problem. We do have an item on the backlog to implement autoincrement keys for SQLite -- I'll see if I can bump it up the priority list! |
|