]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Add HSTORE to render_type_w_subtype
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Jan 2018 15:02:16 +0000 (10:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Jan 2018 15:50:23 +0000 (10:50 -0500)
commitd4755d5c50e8a415edc4f288b3da5b77ac803dd0
treedab5c66cc9b44dcdd8fcec9804098b4b4e6dffab
parentedfcccef4de72e56a227a24307faf7772c14c147
Add HSTORE to render_type_w_subtype

Fixed the autogenerate of the module prefix
when rendering the text_type parameter of
postgresql.HSTORE, in much the same way that
we do for ARRAY's type and JSON's text_type.

Change-Id: Ie8c2cdd1f4aeebcbb306c7f74168f8ac33688b1a
Fixes: #480
alembic/ddl/postgresql.py
docs/build/unreleased/480.rst [new file with mode: 0644]
tests/test_postgresql.py