hello,
here i have a question about CRUD, i found the 'update' couldn't work
as i clicked the button. Following is the trackback:
InterfaceError: (InterfaceError) Error binding parameter 2 - probably
unsupported type. u'UPDATE pages SET pagename=?, data=? WHERE pages.id
= ?' [u'asdasd', u'asd', [u'1', u'1']]
and the model:
pages_table = Table("pages", metadata,
                Column("id", Integer, primary_key=True),
                Column("pagename", Text),
                Column("data", Text)
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to