[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Set up base ARRAY to be compatible with postgresql.
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-11 16:05:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1b463058e328/ Changeset: 1b463058e328 Branch: master User: zzzeek Date: 2017-04-11 14:49:30+00:00 Summary: Set up base ARRAY to be compatible with postgresql.ARRAY. For some reason, when ARRAY was added to the base it was never linked to postgresql.ARRAY. Link the two types and also make base ARRAY the schema event target so that it supports the same features as postgresql.ARRAY. Change-Id: I82fa6c9d2b8c5028dba3a009715f7bc296b2bc0b Fixes: #3964 Affected #: 4 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. |