Re: [sqlalchemy] Debug ODBC Connection String for Custom Dialect

2015-01-10 Thread Michael Bayer
Lycovian wrote: > TL;DR: > I'm trying to debug what is actually being sent to the pyodbc.connect > function on connect in a custom dialect. I need to see the connection string > that is being sent to the pyodbc.connect function *right* before it is sent > but it has been difficult for me to

[sqlalchemy] Debug ODBC Connection String for Custom Dialect

2015-01-10 Thread Lycovian
TL;DR: I'm trying to debug what is actually being sent to the pyodbc.connect function on connect in a custom dialect. I need to see the connection string that is being sent to the pyodbc.connect function *right* before it is sent but it has been difficult for me to unravel the layers of indire