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
shall be fixed in 0.11.9 by pining the version. but I will leave this issue open since the long term solution is to make the impl compatible with sqlalchemy v2.0
sqlalchemy 2 已经去除 Engine.execute 方法了。
运行会报错
AttributeError: 'OptionEngine' object has no attribute 'execute'
需要安装 <2 的版本
python -m pip install --upgrade "sqlalchemy<2.0"
The text was updated successfully, but these errors were encountered: