Re: Commit to odbc.c from 5/19/2010 breaks prepared statements with pyodbc
"Peter C. Norton" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
[ 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]