https://issues.shibboleth.net/jira/browse/SSPCPP-544
[shibboleth/sp.git] / odbc-store / odbc-store.cpp
2012-10-09 scantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-507
2012-07-18 scantorSome cleanup and defensive code
2012-04-30 scantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-448
2012-02-13 scantorRemove extra header
2012-01-13 scantorBoost changes to rest of project
2011-10-10 scantorCheck for overflow in storage APIs.
2011-06-15 scantorChange license header.
2011-05-20 scantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-372
2010-05-05 cantorVS10 solution files, convert from NULL macro to nullptr.
2009-10-13 cantorReducing header overuse, non-inlining selected methods...
2008-04-02 cantorFix for SSPCPP-90.
2008-03-04 cantorLog message spelling.
2008-02-27 cantorAdd retry feature for insert and update operations.
2008-02-27 cantorAllow reduction of isolation level via config.
2008-02-26 cantorUpdate was using unescaped key.
2008-02-15 cantorSwitch to auto-commit for all the non-update transactions.
2008-01-18 cantorSQL Server wants column lengths filled in.
2008-01-18 cantorFree statement after direct exec.
2008-01-18 cantorSupposedly statements get freed when the connection...
2008-01-18 cantorCheck for null env handle.
2008-01-18 cantorPrepared statememt version, pending testing.
2007-12-13 cantorAdd INTO keyword to insert statement.
2007-07-31 cantorConvert logging to log4shib via compile time switch.
2007-06-28 cantorExpose detection of duplicate insertions.
2007-06-23 cantorAdd conditional fetch of values during read.
2007-06-22 cantorCorrect misc. SQL errors.
2007-06-22 cantorODBC storage plugin building on Windows...
2007-01-18 foxFix return values. Check text for qoutes.
2007-01-17 foxInitial checkin of ODBC storage service