[sqlalchemy] Re: ODBC connection URI

2008-07-22 Thread M.-A. Lemburg
On 2008-05-27 17:28, Michael Bayer wrote: On May 27, 2008, at 11:19 AM, Rick Morrison wrote: To be honest I thought this was how we were doing it, but (incredulously) looking at the source I see theres a dsn keyword argument in there ?!? ... What's the argument for DSN as the official

[sqlalchemy] Re: mssql, Linux, unixODBC - Could not loca te column in row for column

2008-04-23 Thread M.-A. Lemburg
On 2008-04-18 18:01, Rick Morrison wrote: Reading this thread, I keep wondering why you are trying to put all that connection setup configuration into the connection string... Such setting are normally configured in the odbc.ini file and then you just reference data source name in the

[sqlalchemy] Re: mssql, Linux, unixODBC - Could not loca te column in row for column

2008-04-18 Thread M.-A. Lemburg
On 2008-04-17 22:24, Lukasz Szybalski wrote: On Thu, Apr 17, 2008 at 3:04 PM, Rick Morrison [EMAIL PROTECTED] wrote: It's a two-line change that pops the new keyword out of the config dict just like the others that were added. Mike, can you take a quick look at mssql.py line 804 and see why