Folks,

I've just merged outstanding (hot)fixes dedicated for the next
bugfix release [1] into the hotfix/3.2.1 branch.
This hotfix/3.2.1 branch will be released as SOCI 3.2.1 and
all the changes will be merged back into master and develop.

I'm going to release it this week, if no new urgent bugs or
fixes arrive for next 2-3 days.
I'd appreciate any help in testing the hotfix/3.2.1 branch.
Quick example:

git clone git://github.com/SOCI/soci.git
cd soci
git checkout hotfix/3.2.1
cd ..
mkdir build
cd build
cmake <YOUR -D OPTIONS HERE>  ../soci/src

Then, if you've specified any -DSOCI_<BACKEND>_TEST_CONNSTR
options [2], just run make test. Alternatively, run test programs
directly from the build directory, i.e.

./bin/soci_postgresql_test "dbname=soci_test user=soci_tester"

./bin/soci_oracle_test "service=brzuchol.loskot.net user=soci_tester
password=soci_secret"


[1] https://github.com/SOCI/soci/issues?milestone=4
[2] http://soci.sourceforge.net/doc/3.2.0/installation.html#cmake

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to