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
Showing
Please register or sign in to comment