I'd just like to ask if there would be any interest in renaming functions that translate into SQL statements into their uppercase equivalent, to avoid underscoring them due to conflicts with existent Python syntax.
This will not only avoid the underscore, but also create a visible distinction between SQL and Python syntax. It's also familiar to people that used a few other frameworks (what probably won't count much in this case). -- Gustavo Niemeyer http://niemeyer.net ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

