No: here is info from my mac -  Mac OSX (run in terminal) :

~ 596 % sqlite3 test.db
SQLite version 3.7.7 2011-06-25 16:35:41
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .e

~ 597 % wish
% set tcl_version
8.5
% package require sqlite3
3.7.5
% exit

As you can see the shell is using 3.7.7  and the Tcl extn uses 3.7.5. But I
see no problems so far.

Advice on updating both would be appreciated.

JG

On 9 May 2012 01:45, Tilsley, Jerry M. <jmtils...@st-claire.org> wrote:

> Does the version number for the TCL Library for SQLite match the version
> of the core SQLite product?
>
> Thanks,
>
> Jerry
>
> _____________________________
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to