On 16/11/10 17:26, Markus Mahlberg wrote: > Am 16.11.2010 um 01:55 schrieb Mateusz Loskot: > >> >> Thanks for testing! > > Well, I am developing a Portfile for MacOS X for soci, so I humbly > add that a new release would be helpful.
Understood. I think we're ready to release, but users started to ask for ODBC backend which in fact has never been finished as fully featured and well tested. Thus, I've dived into incorporating it. > Additionally, the tests fail. This seems to be due to missing > connection strings which ought to be documented, but maybe I am > missing something. In that case, please tell me where to dig. No, you are not missing anything. The new CMake-based configuration hasn't been documented yet. The CMake GUI and ccmake make the configuration, let's say, discoverable, thus I have been deferring this task. Could you please try the CMake GUI or ccmake? You should see options like SOCI_SQLITE3_TEST_CONNSTR and SOCI_ODBC_TEST_ACCESS_CONNSTR and these options are used to pass connection strings or .dsn files to ODBC, etc. If a backend has one test program, then its CMake variables are named SOCI_<BACKEND>_TEST_CONNSTR if there are more tests, like in ODBC, the options are SOCI_<BACKEND>_TEST_<TESTNAME>_CONNSTR I'll get it documented. > Thanks in advance and kind regards, Sorry for inconvenience and thanks again for testing! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org Member of ACCU, http://accu.org ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
