Skip to Content.
Sympa Menu

freetds - Re: [freetds] Commit to odbc.c from 5/19/2010 breaks prepared statements with pyodbc

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Peter C. Norton" <spacey-freetds.org AT ssr.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Commit to odbc.c from 5/19/2010 breaks prepared statements with pyodbc
  • Date: Fri, 29 Oct 2010 15:59:23 -0400

[ another mail-header motivated re-send. I hope no-one receives a dup. ]

This works when using pyodbc-2.1.8. Pyodbc-2.1.8 runs afoul of the
problem I reported yesterday with the first cursor erroring out but
the connection still being usable, and a re-query being necessary.

I would guess that working on the issue with SQLGetTypeInfo is the
most fruitful thing for me to do.

I guess I can consider this thread closed for now.

Thanks,

-Peter

On Mon, Oct 18, 2010 at 04:26:30PM -0400, Peter C. Norton wrote:
> Another regression, fix unknown so far. Between the same two revisions,
> the following has broken.
>
> Before:
>
> nortonp@sys4 17:04 ~/work/odbc_tests $ ./test_mssql_select.py
> Testing sybase
> [('SYBQA1', )]
> Testing mssql
> [('DBDEVNYC2', )]
>
> After upgrading to 0.83.dev.20100902 or later:
>
> Testing sybase
> [('SYBQA1', )]
> Testing mssql
> [(u'DDVY', )]
>
> I haven't narrowed this down to a particular changeset yet.
>
> -Peter

[removing the report I piggybacked this on to reduce confusion]




Archive powered by MHonArc 2.6.24.

Top of Page