> > It should be possible to > > write schemas using a safe, vendor neutral subset of SQL, and if there are > > many features you can't get that way, maybe a translator from some kind of > > neutral SQL to the variants supported by all the different vendors would be > > a nice thing to have (and useful beyond just web.py and even Python). > > I think, thats what I am trying to do.
That would be T-SQL to SQL/PL to ANSI-SQL to MySQL to ..... Translator There are many features in each that have no equivalents in any or all of the others. I personally don't like the ORM concept. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
