Discussion:
[soci-users] Call for testing of SOCI 3.2.1 RC
Mateusz Loskot
2013-04-08 23:41:49 UTC
Permalink
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

Loading...