[Tutor] How to break long lines?

Dave Angel davea at davea.name
Sat Feb 23 03:03:00 CET 2013


On 02/22/2013 08:22 PM, Jim Byrnes wrote:
>
>>   <snip>
>>
>
> Thanks for giving me so many options to use in the future.  When reading
> I completely blew by the single quote on a single line part.  The db is
> sqlite3 and it seems happy with ''' strings.
>

FWIW, there is absolutely no difference between a string object created 
with single quotes, one created with triple-quotes, or one created by 
calling some function, or by evaluating some expression.  sqlite3 could 
not possibly tell the difference, even if it wanted.

-- 
DaveA



More information about the Tutor mailing list