[Quickfix-users] QuickFIX 1.13.1 fails to build with ODBC enabled
Brought to you by:
orenmnero
From: Adam S. <Ada...@Wi...> - 2010-03-03 11:15:11
|
Hi, QuickFix 1.13.1 fails to build when ODBC is enabled. Here's the patch: --- OdbcStore.cpp~ 2010-02-27 20:05:35.000000000 +0200 +++ OdbcStore.cpp 2010-03-03 12:18:52.873013400 +0200 @@ -177,7 +177,7 @@ { QF_STACK_PUSH(OdbcStore::set) std::string msgCopy = msg; - string_replace( "'", "''", valueCopy ); + string_replace( "'", "''", msgCopy ); std::stringstream queryString; queryString << "INSERT INTO messages " Regards, Adam Szojda |