Re: [Quickfix-users] QuickFIX 1.13.1 fails to build with ODBC enabled
Brought to you by:
orenmnero
From: <or...@qu...> - 2010-03-03 14:47:00
|
Thanks. I checked it in. > -------- Original Message -------- > Subject: [Quickfix-users] QuickFIX 1.13.1 fails to build with ODBC > enabled > From: "Adam Szojda" <Ada...@Wi...> > Date: Wed, March 03, 2010 4:29 am > To: <qui...@li...> > > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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 > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users |