On 1 Aug 2011, at 2:10pm, Richard Hipp wrote:

> On Mon, Aug 1, 2011 at 8:53 AM, Marco Bambini <ma...@sqlabs.net> wrote:
> 
>> Why this valid statement:
>> 
>> CREATE TABLE USER(
>>       id      text,   -- the id of the user
>>       name    text    -- the name of the user
>> );
>> 
>> gives me a syntax error with sqlite 3.7.6.3?
> 
> Works for me.

Works for me under 3.7.5.  My guess is that you're including some non-printable 
character.  What syntax error message are you getting ?

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

Reply via email to