sqlalchemy_continuum/relationship_builder.py:86: SAWarning: SELECT statement has a cartesian product between FROM element(s) "tag" and FROM element "article_tag ...
sqlalchemy.version is 1.2.10. I am using basic SQLAlchemy, not the ORM. I want to select from two memory-attached databases in SQLite. As soon as I join the second ...