老师警告级别怎么调整

来源:5-2 flask入门

qq_天下无敌_3

2018-06-29

/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py:508: Warning: Trigger does not exist

  cursor.execute(statement, parameters)

我不想让他报告warning警告  请问怎么配置

写回答

2回答

NavCat

2018-06-29

import warnings
warnings.filterwarnings("ignore")

试试添加这段代码

0
0

NavCat

2018-06-29

警告是说 触发器不存在,贴下你的代码,我看看

0
1
qq_天下无敌_3
确实是不存在 就算不存在也不想让报warning 应该怎么调整一下呢 session.execute('drop trigger if exists aaa;') session.execute('drop trigger if exists aaa;') session.execute('drop trigger if exists aaa;')
2018-06-29
共1条回复

Python操作三大主流数据库-MySQL+MongoDB+Redis

一次实战同时掌握Python操作MySQL,MongoDB,Redis 三大数据库使用技巧

2024 学习 · 376 问题

查看课程