distinguish the capital letters and the small letters
Reported by Psycopg website | November 2nd, 2012 @ 07:14 AM
Submitted by: capital letter
I have two tables "Test" and "test".But the psycopg changes "Test" to "test".The result is I can't access my table "Test"
Comments and changes to this ticket
-

Daniele Varrazzo November 2nd, 2012 @ 09:06 AM
- State changed from new to invalid
Psycopg doesn't do anything with the capitals. Please read how PostgreSQL deals with the identifier case.
http://www.postgresql.org/docs/9.2/static/sql-syntax-lexical.html#S...
-

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.