Joe Mistachkin wrote:
Does the Entity Framework make use of data adapters?  If so, I just checked
in a fix to dispose the internal commands managed by the SQLiteDataAdapter
class (i.e. because the base class DbDataAdapter apparently does not
explicitly dispose them).

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.

Could you please try the latest trunk code and let us know if that clears
the issue you are seeing?

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.

Cheers,
--
Larry Brasfield

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

Reply via email to