[Sqlalchemy-tickets] [sqlalchemy] #2902: Expose Table._sorted_constraints
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-01-02 06:35:25
|
#2902: Expose Table._sorted_constraints
--------------------------+-----------------------------------------
Reporter: sorcererofdm | Owner: zzzeek
Type: enhancement | Status: new
Priority: low | Milestone:
Component: schema | Severity: no triage selected yet
Keywords: | Progress State: awaiting triage
--------------------------+-----------------------------------------
I was trying to temporarily disable foreign keys for replication, but for
the life of me couldn't find how to get the set of ForeignKeyConstraint
objects from either Inspector, MetaData, or Table, for the longest time.
There's nothing on it from google.
Perhaps it should be exposed in the docs. Are there any reason it is
private?
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2902>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|