Re: [SQLObject] possible bug in pymssql make_conn_str
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Robert A. <rob...@gm...> - 2013-08-20 02:24:04
|
Unexpectedly it started to use adodbapi driver by default (previously it somehow was pymssql), after passing driver="pymssql" to "connectionForURI" things started to work as expected. On Mon Aug 19 05:24:39 2013, Oleg Broytman wrote: > On Sat, Aug 17, 2013 at 12:02:52AM +0400, Oleg Broytman <ph...@ph...> wrote: >> I changed the generation of parameters for pymssql. Committed in the >> revisions 4644, 4645 in branch 1.5 (code and news), 4646 in the trunk. >> Can you test the patch? Or do you want me to roll out a beta release? > > Minor update at revisions 4647, 4648. > > Oleg. |