Skip to Content.
Sympa Menu

shibboleth-dev - RE: Testing ODBC store

Subject: Shibboleth Developers

List archive

RE: Testing ODBC store


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: Testing ODBC store
  • Date: Fri, 18 Jan 2008 12:21:58 -0500
  • Organization: The Ohio State University

Ok, good news, I managed to get a version of prepared statements working for
me on Windows and Linux. The problem got reported more accurately (ok, at
all) on Windows as a problem with invalid precision.

SQL Server won't allow you to pass 0 for column length on your binds. I can
use the col lengths (255) except for the long text column, I had to take the
strlen there.

Anyway, can you test with what's in svn? If that works for your test cases,
we might not have to fork all the code.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page