pickle_SQLDB and unpickle_SQLDB are experimental functions. They are not documented anywhere because they do not work. The documentation says SQL*** objects are not pickable because they only work when there is a database connection.
Massimo On Jul 11, 6:32 pm, Kerem Eryılmaz <[email protected]> wrote: > Hi, > First of all, thanks a lot for putting the effort for web2py. A huge, > newbie fan. > > To the point; I have a > > Traceback (most recent call last): > File "/home/anakha/web2py/gluon/main.py", line 380, in wsgibase > File "/home/anakha/web2py/gluon/globals.py", line 383, in > _try_store_on_disk > File "/home/anakha/web2py/gluon/sql.py", line 1070, in pickle_SQLDB > NameError: global name 'continues' is not defined > > Doesn't seem like I modified it either. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

