Re: [sqlite] ANN: SQLiteODBC Driver 0.72

2007-02-10 Thread Christian Werner
Joe Wilson wrote: > > Hi Christian, > > I'm not sure what this patch to SQLite 3.3.12 does. > Is it fixing a bug or extending SQLite for use in your ODBC driver? > Should a ticket be created for it in SQLite CVSTrac? I've already created a low priority ticket for it, see

Re: [sqlite] ANN: SQLiteODBC Driver 0.72

2007-02-10 Thread Joe Wilson
Hi Christian, I'm not sure what this patch to SQLite 3.3.12 does. Is it fixing a bug or extending SQLite for use in your ODBC driver? Should a ticket be created for it in SQLite CVSTrac? thanks. # patch: parse foreign key constraints on virtual tables patch -d sqlite3 -p1 <<'EOD' diff -ur

Re: [sqlite] ANN: SQLiteODBC Driver 0.72

2007-02-10 Thread Christian Werner
Joe Wilson wrote: > Nice job on the new driver. > > The new DSN parameter LoadExt=module1.dll,module2.dll for dynamically > loadable sqlite extension modules is particularly useful. > > The SQLite+TCC extension is very cool. Thank you, Joe! If only I had added that patch to sqlite+tcc.c

Re: [sqlite] ANN: SQLiteODBC Driver 0.72

2007-02-10 Thread Joe Wilson
Nice job on the new driver. The new DSN parameter LoadExt=module1.dll,module2.dll for dynamically loadable sqlite extension modules is particularly useful. The SQLite+TCC extension is very cool. Thanks. --- Christian Werner <[EMAIL PROTECTED]> wrote: > Version 0.72 of the SQLiteODBC Driver is

[sqlite] ANN: SQLiteODBC Driver 0.72

2007-02-10 Thread Christian Werner
Version 0.72 of the SQLiteODBC Driver is ready for download from http://www.ch-werner.de/sqliteodbc It now supports loadable extensions as of SQLite >= 3.3.7 in the form of a DSN option. The one-click Win32 installer is based on SQLite 3.3.12 and contains the FTS1/FTS2 extensions and the