falcony-io / sqlalchemy-searchable

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

test: use the future flag on Engine and session #124

Closed jpvanhal closed 1 year ago

jpvanhal commented 1 year ago

Pass future=True flag to create_engine, sessionmaker and Session in tests.

Refs #111.