On the Windows dev-app-server admin tool, I cannot edit any table that
have Blob fields on them. I get to the edit screen, but I try to
change a simple string field, and get this error:
Traceback (most recent call last):
File "c:\Program Files\Google\google_appengine\google\appengine\ext
\webapp\__init__.py", line 500, in __call__
handler.post(*groups)
File "c:\Program Files\Google\google_appengine\google\appengine\ext
\admin\__init__.py", line 719, in post
value = data_type.parse(form_value)
File "c:\Program Files\Google\google_appengine\google\appengine\ext
\admin\__init__.py", line 865, in parse
return reader.next()
Error: line contains NULL byte
Does this mean I can never update any row that contains Blobs?
I've never had problems updating rows that don't contain blobs.
Thanks,
Neal Walters
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---