]> granicus.if.org Git - postgresql/commit
The libpq function PQfnumber does not handle case-insensitive
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Feb 1999 20:19:10 +0000 (20:19 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Feb 1999 20:19:10 +0000 (20:19 +0000)
commit3982368a4e2ae08659c1bd7536c91ec9c08a6139
tree9edb23932d7c6e719bf9a3ce5454e2d35a6c6899
parent8d9237d48510464dc03e8b00e7203927dc07c4d4
The libpq function PQfnumber does not handle case-insensitive
comparisons correctly. The psql monitor converts all table and field
names to lower case. If the PQfnumber function is called with a mixed
case name, it will always return -1.

Bahman Rafatjoo
src/interfaces/libpq/fe-exec.c