The documentation (http://sqlite.org/tclsqlite.html) states:

   The *sqlite3* command is used as follows:

       *sqlite3* /dbcmd  database-name/

However, the following shows up in the console:

   $ tclsh
   % package require sqlite3
   3.7.12
   % sqlite3
   wrong # args: should be "sqlite3 HANDLE FILENAME ?-vfs VFSNAME?
   ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex
   BOOLEAN? ?-uri BOOLEAN?"
   %

What are the meaning of the additional optional arguments?

P.S. -- I've not check other commands for mismatches.

--
+------------------------------------------------------------------------+
| Gerald W. Lester, President, KNG Consulting LLC                        |
| Cell: +1.504.236.6657 | Email: gerald.les...@kng-consulting.net        |
+------------------------------------------------------------------------+

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

Reply via email to