Hi Voltron and Massimo,

On Nov 6, 8:10 am, voltron <[EMAIL PROTECTED]> wrote:

> SQLField('Jons_blob'    ,  'blob', default = ""),

Yes, thank you for that!  This worked and fixed the issue.


Consequently, I've found an erratum for the web2py manual! :-)

The line in the web2py manual on p.220:
    SQLField('file_storage','blob'))

Should be changed to:
    SQLField('file_storage','blob', default=''))


Thanks again,

--Jonathan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to