Closed schappel closed 13 years ago
Excellent! Thanks for the pull request and providing unit tests. You rock!
No probs. If I find anything else, I will let you know...and thanks for doing the hard work of getting this working to start with.
ill try to get the updated package out some time in the next couple days. along with upgrading to latest bits from Simple.Data.
Hi, I noticed a problem where the schemaprovider was using if the column was a primary key to determine if it is an identity column. This was not actually correct, given you can have I PK that is not and AUTOINCREMENT. I have updated the schema provider to pull the information from the System.Data.Sqlite provider instead.