RE: [Quickfix-developers] postgres store issue
Brought to you by:
orenmnero
|
From: Steve B. <sb...@sm...> - 2006-05-11 05:58:49
|
Just FYI for QFJ users, the JdbcStore in QFJ shouldn't have this problem because it uses prepared statements that automatically quote special characters in query fields. =20 Steve ________________________________ From: qui...@li... [mailto:qui...@li...] On Behalf Of Sean Kirkpatrick Sent: Wednesday, May 10, 2006 7:06 PM To: qui...@li... Subject: [Quickfix-developers] postgres store issue =09 =09 Hello All,=20 We've encountered an issue with the postgres message store / log involving messages that have tags populated with text containing a " ' ". Because this is the default text delimiter in postgres, it breaks the insert. I am currently patching my version of the library, but this should probably be fixed for a future release of QuickFix. It may also be a problem in the other DB stores... Thanks!=20 Sean Kirkpatrick=20 |