Larry Brasfield wrote:
> 
> I don't know about data adapter usage, but I am seeing the same behavior 
> with Entity Framework version 5.  I have scrupulously disposed of 
> everything my code has gotten.  I have also overridden the 
> DbContext.Dispose(bool disposing) method and can see that the base 
> (DbContext) is in fact disposing the connection it has.
> 

Maybe there is some internal object that the Entity Framework is holding
onto?  I'm not sure how it works internally.

>
> I do not see such a change anywhere in recent check-ins listed at
>   http://www.sqlite.org/src/timeline?r=trunk
> .  Is there a build somewhere?  I would be happy to try it.
>

The check-in I mentioned is here:

        https://system.data.sqlite.org/index.html/info/42d873a6d8

I'm doing the release build for 1.0.84.0 right now; however, it will not
be ready until later in the day.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to