Yes, I didn't create the database :-)
Since I only read the database that's created by others, I am using
some quick fixes. It would be nice if this is fixed in the next
release. What about libpq library? Will it behave in the same manner?

Cheers,
dksr

On Sun, Dec 13, 2009 at 4:34 PM, D'Arcy J.M. Cain <[email protected]> wrote:
> 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
>
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to