One of the things I like most about web.py is that SQL stuff is done in SQL, not Python. If you want to do something about this, what about picking some generic subset of SQL and writing translators to the various particular DBs? That way the schemas can continue to be written in SQL but can easily be translated to the app-specific DB.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
