Em Quarta 26 Abril 2006 05:55, Robin Haswell escreveu: > Maybe SO should throw an error/warning when people use these names?
What names? Names for MySQL are not the same names as for PostgreSQL and Oracle and Firebird and ... If each driver had a list of reserved keywords, then it would be possible. The problem is the performance impact since you should check for these on table creation and every select (I believe that with sqlbuilder I can select into a temporary table...). Saying that, why not blaming it on the connection driver itself? :-) After all, SQL Object uses them and they did nothing to prevent that as well and they are the most dedicated part of the setup and more featureful than SQL Object for one specific database server. -- 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 -~----------~----~----~----~------~----~------~--~---

