From: Brandon K. <ki...@ca...> - 2005-08-15 21:45:53
|
I took Diane's advice and added a global variable in the dbAPI module called INCLUDE_WARN_CALLS, which by default is set to false. Now almost all warn calls won't happen unless you import dbAPI setting dbAPI.INCLUDE_WARN_CALLS to True. This seems to have created about a 30% increase in speed! |