coerce postgresql_where from string?

Issue #2713 wontfix
Mike Bayer repo owner created an issue

this raises a stack trace in alembic:

    op.create_index(
        'geocoded',
        'locations',
        ['coordinates']('coordinates'),
        postgresql_where="locations.coordinates != Null")

seems like we should coerce the string there to text().

Comments (3)

  1. Log in to comment