sqlite3 error

John Salerno johnjsal at NOSPAMgmail.com
Thu Sep 28 14:11:09 EDT 2006


Dennis Lee Bieber wrote:
> On Thu, 28 Sep 2006 14:05:16 GMT, John Salerno
> <johnjsal at NOSPAMgmail.com> declaimed the following in comp.lang.python:
> 
>> I don't see this. The code works now, though. Maybe it was something 
>> carried over by pasting.
> 
> 	Here's a snippet from your original listing:
> 
>>      nameFirst varchar(50) NOT NULL,
>>      nameLast varchar(50) NOT NULL,
>>      nameGiven varchar(255) DEFAULT NULL,
>> );
>> ''')

That's correct, though, isn't it? Those quotes are the closing quotes of 
the argument to executescript()



More information about the Python-list mailing list