Re: [sqlite] EF6 + System.Data.Sqlite SaveChanges() not working?

2014-02-18 Thread Joe Mistachkin
Nick Zhu wrote: > > So I just started using System.Data.Sqlite with entity framework 6 > (downloaded the latest System.Data.Sqlite from Nuget, version 1.0.91.0) > After some configuration and code, I found out that I can read from the > database but somehow write is not working. > This might be

[sqlite] EF6 + System.Data.Sqlite SaveChanges() not working?

2014-02-18 Thread Nick Zhu
Hi guys, So I just started using System.Data.Sqlite with entity framework 6 (downloaded the latest System.Data.Sqlite from Nuget, version 1.0.91.0) After some configuration and code, I found out that I can read from the database but somehow write is not working. Here's my code: using (var context