[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Normalize Oracle reflected FK constraint name
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-14 00:03:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b0e12fd6f50/ Changeset: 6b0e12fd6f50 Branch: master User: zzzeek Date: 2017-03-13 23:31:30+00:00 Summary: Normalize Oracle reflected FK constraint name Oracle reflection now "normalizes" the name given to a foreign key constraint, that is, returns it as all lower case for a case insensitive name. This was already the behavior for indexes and primary key constraints as well as all table and column names. This will allow Alembic autogenerate scripts to compare and render foreign key constraint names correctly when initially specified as case insensitive. Change-Id: Ibb34ec6ce7cb244d1c4ae9d44ce2d37d37227e69 Fixes: #3276 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |