Hi, >CONCLUSION: When using sqlalchemy and widgets we need to name our >attributes in the widget using CAPITAL letters. when we use sqlalchemy >autoload function. > > Yes, this is expected behaviour. Widget names have to match column names (case sensitively). When SQLAlchemy reflects tables on some DBs, the columns are upper-cased.
This definitely should be documented somewhere, although I'm not quite sure where. Do we have a "common gotchas" page? Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

