NotMyself / Simple.Data.Sqlite

A Sqlite Provider for Simple.Data
17 stars 14 forks source link

Updated the way that Identities and keys are retrieved #2

Closed schappel closed 13 years ago

schappel commented 13 years ago

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.

NotMyself commented 13 years ago

Excellent! Thanks for the pull request and providing unit tests. You rock!

schappel commented 13 years ago

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.

NotMyself commented 13 years ago

ill try to get the updated package out some time in the next couple days. along with upgrading to latest bits from Simple.Data.