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
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
>
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
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
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
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