generating SQL - problem

Alex Martelli aleaxit at yahoo.com
Wed Aug 8 17:44:22 EDT 2001


"Lee" <lee.reilly at ntlworld.com> wrote in message
news:3B71AB08.F8EAE11E at ntlworld.com...
> Okay, I assume that python strings have a maximum size => this could be
causing the

No, Python's strings are only limited by available memory.

> problem. Why is not throwing an exception? I'll try and store all the SQLs
in a
> list, but is there an easier / more efficient way?

I think your only problem is with trying to *display* a string of hundreds
of
thousands of characters.  Display small slices of it and it should work.


Alex






More information about the Python-list mailing list