Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0in System.Data.SQLite

2013-02-13 Thread Mason, Philip
I've been following along, so I've already seen this message. What operation(s) are creating these? Are the objects/connections actually orphaned or is there the possibility that activity could pop up and cause problems? If the pre-sqlite_close_v2 code in 1.0.81.0 will solve the issue

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0in System.Data.SQLite

2013-02-13 Thread Joe Mistachkin
Mason, Philip wrote: > > Joe mentioned that there seemed to be orphaned SQLiteCommand objects that appear > to be keeping the connection open, is this correct? What part or function of > the Entity Framework or System.Data.SQLite are generating these? > Some details here:

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0 in System.Data.SQLite

2013-02-13 Thread Mason, Philip
I'm somewhat stymied by this situation with System.Data.SQLite 1.0.84.0 and EF5 as well. I'm trying to delete a database file to force my application to recreate the database. I can't seem to be able to do this, even though I should be in a state where there are no active connections to the

Re: [sqlite] SQLite 4

2013-02-13 Thread Eduardo Morras
On Tue, 12 Feb 2013 10:26:09 -0600 "Marc L. Allen" wrote: > I'm sorry if this isn't the right group, but an earlier message mentioned it, > and I found some stuff on the SQLite website. > My answer may be a bit off topic, but if you search the subdomains under

[sqlite] nested virtual tables going out of scope unexpectedly

2013-02-13 Thread Hick Gunter
My application makes heavy use of virtual tables to access datastores outside of SQLite, one of them being Faircom CTree ISAM files. Some of these files are partitioned by date so that removing outdated records is accomplished by deleting a whole file instead of single records. This keeps the

[sqlite] ANN: AnySQL Maestro 13.2 released

2013-02-13 Thread SQL Maestro Group
Hi! SQL Maestro Group announces the release of AnySQL Maestro 13.2, a powerful tool for managing any database engine accessible via ODBC driver or OLE DB provider (SQLite, PostgreSQL, MySQL, SQL Server, Oracle, Access, etc). The new version is immediately available at

[sqlite] [ANN] ODB C++ ORM 2.2.0 released

2013-02-13 Thread Boris Kolpackov
Hi, I am pleased to announce the release of ODB 2.2.0. ODB is an open source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code.