Re: [Sqlalchemy-tickets] [sqlalchemy] #2946: standard_conforming_strings prior to PG 8.2
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-02-08 19:04:58
|
#2946: standard_conforming_strings prior to PG 8.2
----------------------------------+-----------------------------------
Reporter: KyleJamesWalker | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.9.3
Component: postgres | Severity: trivial - <10 minutes
Resolution: | Keywords:
Progress State: in queue |
----------------------------------+-----------------------------------
Comment (by KyleJamesWalker):
Perfect thanks!
I saw that but the requirements stated SQLAlchemy 0.8, and I need a newer
version of SQLAlchemy as 0.8 failed when trying to connect to postgres 9.3
(and I need to be connected to both DBs in my app right now). I also
looked and saw that it's code was inheriting off of PGDialect_psycopg2, so
it would of had the same problem if it is in fact compatible with 0.9,
without modifications.
Thanks again.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2946#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|