On 20 May 2013, at 4:33am, Stephen Chrzanowski <pontia...@gmail.com> wrote:

> CREATE TABLE [tApplicationPaths] (
>  [AppID] INTEGER PRIMARY KEY,
>  [ApplicationName] CHAR,
>  [ApplicationMonitorPath] CHAR,
>  [SearchSubDirs] BOOL DEFAULT 1,
>  [SearchMask] CHAR DEFAULT 8*8);

Hmm.  I wonder if there's a difference between

DEFAULT date('now')

and

DEFAULT (date('now'))

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

Reply via email to