[EMAIL PROTECTED] wrote:
> the value of "status" in my sql table seems to keep automatically
> resetting to 0, but none of the other vars do that.
>
> here is my structure:
>
> class stuff(SQLObject):
> status = IntCol()
> more stuff...
As Lee said, it might be related to the RDBMS you are using. I've
looked at both mySQL and PostgreSQL, and it doesn't seem like status is
a reserved keyword, but it /is/ part of SQL syntax ...


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

Reply via email to