Re: [SQLObject] possible bug in pymssql make_conn_str

2013-08-20 Thread Oleg Broytman
On Mon, Aug 19, 2013 at 07:23:53PM -0700, Robert Ayrapetyan wrote: > 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

Re: [SQLObject] possible bug in pymssql make_conn_str

2013-08-19 Thread Robert Ayrapetyan
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 >

Re: [SQLObject] possible bug in pymssql make_conn_str

2013-08-19 Thread Oleg Broytman
On Sat, Aug 17, 2013 at 12:02:52AM +0400, Oleg Broytman 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 upd

Re: [SQLObject] possible bug in pymssql make_conn_str

2013-08-16 Thread Oleg Broytman
Hi! Please avoid top-posting. You know the problem: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? My answer is below. On Fri, Aug 16, 2013 at 11:19:35AM -0700, Robert

Re: [SQLObject] possible bug in pymssql make_conn_str

2013-08-16 Thread Robert Ayrapetyan
Not getting own emails and replies (all mailing list settings are set by default, however I found a reply in a mail archive here: http://sourceforge.net/mailarchive/forum.php?forum_name=sqlobject-discuss&max_rows=25&style=nested&viewmonth=201308). Anyway, instead of [".", keys.user, keys.passwor

Re: [SQLObject] possible bug in pymssql make_conn_str

2013-08-15 Thread Oleg Broytman
On Thu, Aug 15, 2013 at 05:57:37PM -0700, Robert Ayrapetyan wrote: > There is a code in sqlobject/mssql/mssqlconnection.py: > > else: # pymssql > self.dbconnection = sqlmodule.connect > sqlmodule.Binary = lambda st: str(st) > # don't know whether pymssql us