On Sat, 12 Dec 2009 23:23:12 +0100 Christoph Zwerschke <[email protected]> wrote: > Most people use only lower or upper case names, and the test suite for > the classic module does not check the mix-cased usage, so nobody ever > noticed it. I have added a note to add tests and fix this in the next > release. They should at least work in the internal queries. > > Anyway, recommend not using mixed-case column or table names since they > will call for trouble everywhere, not only here with PyGreSQL.
Definitely. This issue was something I realized early on when I was pretty much the only one using the module and decided to leave as a way of forcing myself to never use mixed case identifiers but I guess there are people who need to deal with databases that they didn't create. I echo Chris' sentiments though. If you have a choice, don't do that. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
