mIREK
unread,Feb 17, 2012, 5:38:33 PM2/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyMySQL Users
Hi,
I am quite new to Python, I have been looking for some Python Mysql
Connector which worked on Python2.x and also 3.x in the last two
years. Few month ago I have found pymysql, which works fine on both
version of Python...
I am doing some CLI scripts which are running for many hours/days and
I would like to see, what SQL statements are done, any debug messages.
I have found that there's any DEBUG variable inside which is probably
doing that, but I have not found any possibility to get to this
variable from outside of the module... Nothing like DEBUG = True or
pymysql.DEBUG = True is not working... Is that possible somehow?
Thanks