Re: [Sqlalchemy-tickets] [sqlalchemy] #2727: ProgrammingError when autoload from PostgreSQL (Amazon
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-08 03:08:28
|
#2727: ProgrammingError when autoload from PostgreSQL (Amazon Redshift)
---------------------------+----------------------------------
Reporter: ashkop | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.x.xx
Component: postgres | Severity: minor - half an hour
Resolution: | Keywords:
Progress State: on hold |
---------------------------+----------------------------------
Comment (by mattg):
As you mentioned on twitter, i took the easy way with the dialect i have
here: https://github.com/binarydud/redshift_sqlalchemy.
The reason I went down this route to begin with is that according to this
documentation:
http://docs.aws.amazon.com/redshift/latest/dg/t_Defining_constraints.html,
constraints on informational only, they are not enforced.
My longer term goal is to try support the constraints, but because of the
postgres 8.0 api this has proved a little difficult so far.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2727#comment:12>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|