You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/srv/s-quaivesaas/.buildout/eggs/collective.auditlog-2.0.0a2-py3.8.egg/collective/auditlog/td.py", line 46, in session
if not engine.dialect.has_table(engine, "audit"):
File "/srv/s-quaivesaas/.buildout/eggs/SQLAlchemy-1.4.48-py3.8-linux-x86_64.egg/sqlalchemy/dialects/sqlite/base.py", line 2017, in has_table
self._ensure_has_table_connection(connection)
File "/srv/s-quaivesaas/.buildout/eggs/SQLAlchemy-1.4.48-py3.8-linux-x86_64.egg/sqlalchemy/engine/default.py", line 342, in _ensure_has_table_connection
raise exc.ArgumentError(
sqlalchemy.exc.ArgumentError: The argument passed to Dialect.has_table() should be a <class 'sqlalchemy.engine.base.Connection'>, got <class 'sqlalchemy.engine.base.Engine'>. Additionally, the Dialect.has_table() method is for internal dialect use only; please use ``inspect(some_engine).has_table(<tablename>>)`` for public API use.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: