[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The use of a :class:`.postgresql.ARRAY` object th
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-09-19 15:59:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/371f1a82c598/ Changeset: 371f1a82c598 Branch: None User: zzzeek Date: 2015-09-19 15:58:50+00:00 Summary: - The use of a :class:`.postgresql.ARRAY` object that refers to a :class:`.types.Enum` or :class:`.postgresql.ENUM` subtype will now emit the expected "CREATE TYPE" and "DROP TYPE" DDL when the type is used within a "CREATE TABLE" or "DROP TABLE". fixes #2729 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. |