Incorrect autogeneration for postgresql.HSTORE #480
Closed
Labels
Comments
Michael Bayer (@zzzeek) wrote: these are small at this point. funny how i keep missing them (JSON, JSONB, ARRAY ...) |
Michael Bayer (@zzzeek) wrote: Add HSTORE to render_type_w_subtype Fixed the autogenerate of the module prefix Change-Id: Ie8c2cdd1f4aeebcbb306c7f74168f8ac33688b1a → d4755d5 |
Changes by Michael Bayer (@zzzeek):
|
vvvrrooomm
pushed a commit
to vvvrrooomm/alembic
that referenced
this issue
Jan 10, 2019
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: sqlalchemy#480
vvvrrooomm
pushed a commit
to vvvrrooomm/alembic
that referenced
this issue
Jan 10, 2019
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: sqlalchemy#480
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by jahs (@jahs)
Hi, just a little import bug. The model (JSON column given for comparison purposes):
produces:
which when run gives a traceback terminating with:
simply changing to
Text()
tosa.Text()
as per JSON fixes it.Using alembic==0.9.8.dev0, SQLAlchemy==1.2.1, psycopg2==2.7.3.2.
Thanks.
The text was updated successfully, but these errors were encountered: