On Thu, May 29, 2014 at 10:48 AM, Luuk <luu...@gmail.com> wrote:

> According to this:
> http://www.sqlite.org/lang_createtable.html
>
> The comment is not part of the 'full statement'.....


According to the grammar charts, comments can't appear at all. Comments
being allowed to appear is implicit.

That said: there are very likely client programs out there which parse the
schema from sqlite_master for various purposes, and comments could very
well break them:

create table foo(a)
-- old version: create table foo(a,b)
;


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to