Skip to Content.
Sympa Menu

shibboleth-dev - RE: ODBC Store: makeSafeSQL

Subject: Shibboleth Developers

List archive

RE: ODBC Store: makeSafeSQL


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: ODBC Store: makeSafeSQL
  • Date: Tue, 26 Feb 2008 14:24:01 -0500
  • Organization: The Ohio State University

I looked again...this was a bug in the updateRow method, now fixed. However,
it does demonstrate that updateRow is actually getting called by the SP
under normal conditions, which I didn't realize.

Which matters because that's where I had to keep auto-commit off, so it's
obvious that we'll have to deal with the Oracle error as we discussed and
retry the statements somehow. Maybe if I try hard I can get a goto statement
into this code...

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page