-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.Data.Sqlite with latest fluentnhibernate - update of tables not working #622
Comments
Any update on this issue. The schema is not getting updated and throws the above exception |
how to connect nhibernate with Microsoft.Data.Sqlite without using extensions and make schema update work |
Thanks. I don't really know what is |
To use nhibernate with Microsoft.data.sqlite to support creation and updation of tables - what driver and dialect to be used ? |
So, it looks like Microsoft.Data.Sqlite simply does not support a feature required by NHibernate for schema-update. The easier way to solve this is to ask for the feature on Microsoft side, if you find where to ask. But it seems they do not intend implementing it due to how they document this lack of support.
On that later link:
So, your other option is to implement your own |
When schema update is being called, the following exception came with or with out actual schema update
The text was updated successfully, but these errors were encountered: