Re: [Quickfix-developers] Using MySQL from Python
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-10-10 04:01:54
|
You are correct. SQL is not currently supported in the python and ruby bindings. --oren On Oct 9, 2007, at 7:15 PM, Reggie Dugard wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I'm using the Python bindings in version 1.12.4 of QuickFix to > write an > initiator application. It's working using files for the log and the > store, and now I'd like to switch over to use MySQL. > > When I change FileStoreFactory and FileLogFactory to MySQLStoreFactory > and MySQLLogFactory respectively, the program dies because my quickfix > python module doesn't have a MySQLStoreFactory attribute, even though > I've compiled in support for MySQL. > > Now, I'm no SWIG expert, but when I look in the quickfix.i file it > seems > as though the SQL stuff is not included which would seem to mean that > SQL is not currently supported in Python and Ruby. > > So my question is: is this really the case, or am I missing something > somewhere. > > Thanks for any guidance you can give. > > -Reggie > > -- > Reggie Dugard > Merfin, LLC > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |