未验证 提交 40df2970 编写于 作者: A Ansgar

silence warning targeted at SQLAlchemy dialect maintainers

上级 84ef8c12
......@@ -68,6 +68,12 @@ warnings.filterwarnings('ignore',
"Predicate of partial index .* ignored during reflection",
SAWarning)
# (Debian 12 "bookworm") Silence warning targeted at SQLAlchemy dialect maintainers
warnings.filterwarnings(
"ignore",
"Dialect postgresql:psycopg2 will not make use of SQL compilation caching.*",
SAWarning)
from .database.base import Base
if TYPE_CHECKING:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册