SSPCPP-670 - Session Cleanup for Database Session Storage can cause performance issues
[shibboleth/cpp-sp.git] / odbc-store / odbc-store.cpp
2016-01-29 Scott CantorSSPCPP-670 - Session Cleanup for Database Session Stora...
2015-07-16 Scott CantorSSPCPP-656 - NameID insert logic appears wrong for...
2015-07-08 Scott CantorSSPCPP-656 - NameID insert logic appears wrong for...
2015-07-05 Scott CantorCPPXT-104 - Add exception handling to integer conversions
2012-10-09 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-507
2012-07-18 Scott CantorSome cleanup and defensive code
2012-04-30 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-448
2012-02-13 Scott CantorRemove extra header
2012-01-13 Scott CantorBoost changes to rest of project
2011-10-10 Scott CantorCheck for overflow in storage APIs.
2011-06-15 Scott CantorChange license header.
2011-05-20 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-372
2010-05-05 Scott CantorVS10 solution files, convert from NULL macro to nullptr.
2009-10-13 Scott CantorReducing header overuse, non-inlining selected methods...
2008-04-02 Scott CantorFix for SSPCPP-90.
2008-03-04 Scott CantorLog message spelling.
2008-02-27 Scott CantorAdd retry feature for insert and update operations.
2008-02-27 Scott CantorAllow reduction of isolation level via config.
2008-02-26 Scott CantorUpdate was using unescaped key.
2008-02-15 Scott CantorSwitch to auto-commit for all the non-update transactions.
2008-01-18 Scott CantorSQL Server wants column lengths filled in.
2008-01-18 Scott CantorFree statement after direct exec.
2008-01-18 Scott CantorSupposedly statements get freed when the connection...
2008-01-18 Scott CantorCheck for null env handle.
2008-01-18 Scott CantorPrepared statememt version, pending testing.
2007-12-13 Scott CantorAdd INTO keyword to insert statement.
2007-07-31 Scott CantorConvert logging to log4shib via compile time switch.
2007-06-28 Scott CantorExpose detection of duplicate insertions.
2007-06-23 Scott CantorAdd conditional fetch of values during read.
2007-06-22 Scott CantorCorrect misc. SQL errors.
2007-06-22 Scott CantorODBC storage plugin building on Windows...
2007-01-18 Jim FoxFix return values. Check text for qoutes.
2007-01-17 Jim FoxInitial checkin of ODBC storage service