The suggestion apparently derives from comments in attach.c
For example:
http://gears.googlecode.com/svn/trunk/third_party/sqlite_google/src/attach.c

/*
** An SQL user-function registered to do the work of an ATTACH statement.
The
** three arguments to the function come directly from an attach statement:
**
**     ATTACH DATABASE x AS y KEY z
**
**     SELECT sqlite_attach(x, y, z)
**
** If the optional "KEY z" syntax is omitted, an SQL NULL is passed as the
** third argument.
*/

-- 
   --
      --
         --ΞΞ--
          ô¿ô¬
       K e V i N
      /¯¯¯¯¯¯¯¯¯\



On Tue, Feb 22, 2011 at 9:35 PM, Sam Carleton <scarle...@miltonstreet.com>wrote:

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

Reply via email to