[Sqlalchemy-tickets] Issue #3869: Column.unique not populated in reflected tables (zzzeek/sqlalchem
Brought to you by:
zzzeek
From: Eloy F. <iss...@bi...> - 2016-12-13 22:17:52
|
New issue 3869: Column.unique not populated in reflected tables https://bitbucket.org/zzzeek/sqlalchemy/issues/3869/columnunique-not-populated-in-reflected Eloy Felix: checking Column.unique in a column with unique key is always None. Problem in all dialects. fix in this commit: https://github.com/eloyfelix/sqlalchemy/commit/c44f884dee5fdb0f5efdddec92eac0473c864e6b I already sent a pull request for oracle's get_unique_constraints: https://gerrit.sqlalchemy.org/#/c/260/ do I make another pull request? I'm new in collaborating in this kind of projects. Responsible: zzzeek |