此异常用于报告重要警告,但是,Connector/Python 不使用它。包含它是为了符合 Python 数据库规范 v2.0 (PEP-249)。
考虑使用更严格 的服务器 SQL 模式或 raise_on_warnings 连接参数,使连接器/Python 在查询产生警告时引发错误。
errors.Warning是 Python 的子类 StandardError。
errors.Warning
StandardError