summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/store/ms-sql/MSSqlProvider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-19/+0
* Catch com exceptions during db recovery and rethrow as ADOExceptions which th...Stephen D. Huston2010-11-031-65/+105
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-191-0/+16
* Fix for QPID-2420 to correctly handle restoring and commit/abort prepared tra...Stephen D. Huston2010-04-161-62/+250
* Fix restoration of durable messages at startup. Remove all references to a qu...Stephen D. Huston2009-11-051-19/+39
* When storing a message, set its new persistence Id. Don't throw an exception ...Stephen D. Huston2009-11-031-25/+62
* In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar...Stephen D. Huston2009-10-301-8/+17
* Change StorageProvider::Exception to inherit from qpid::Exception instead of ...Stephen D. Huston2009-10-281-22/+27
* Set up COM initialization before trying to database connection in earlyInitia...Stephen D. Huston2009-10-271-0/+1
* Initial checkin of portable message store plugin and MS SQL-specific storage ...Stephen D. Huston2009-10-211-0/+989