falcony-io / sqlalchemy-searchable

Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL
Other
263 stars 44 forks source link

SADeprecationWarning: Use .persist_selectable #80

Closed cjw296 closed 5 years ago

cjw296 commented 5 years ago

I'm using version 1.0.3 with SQLAlchemy 1.3.4 and get a lot of this when running tests:

  lib/python3.7/site-packages/sqlalchemy_searchable/__init__.py:291: SADeprecationWarning: Use .persist_selectable
    columns = self.inspect_columns(mapper.mapped_table)
cjw296 commented 5 years ago

Um, okay, any detail on why you just closed this @kvesteri?

kvesteri commented 5 years ago

This is fixed