On Tuesday 11 September 2007 15:37:24 Yaakov Nemoy wrote: > We use this in Smolt. The basic usage is to create a table that > matches the view, and then where needed, map the table to a class. > Since a VIEW also supports SELECT, sqlalchemy has no problems with it. > As for Elixer, I don't know exactly. The key thing to remember is > that any statement that doesn't use INSERT or UPDATE works on the > view.
You can also use updatable views with certain database servers. ;-) PostgreSQL, for example, implements them through the use of rules. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

