This project is archived and is in readonly mode.
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...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
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.