SOCI -The C++ Database Access Library 3.2.2 released with Firebird fixes
From: Mateusz LoskotĀ I'm very pleased to announce release of SOCI 3.2.2 which is mainly a bugfix release with some improvements and features too. The source packages are available for download from SF.net: https://sourceforge.net/projects/soci/files/soci/soci-3.2.2/ or directly from the Git repository in 3.2.2 tag: https://github.com/SOCI/soci/tree/3.2.2 By the way, all packages and tags are also available from automatically generated releases at GitHub (new feature): https://github.com/SOCI/soci/releases Documentation for the current 3.2 line is available at http://soci.sourceforge.net/doc.html Version 3.2.2 differs from 3.2.1 in the following ways: ... - Firebird -- Enable memory cleanup to avoid leaks after binding -- Added missing C++ library headers -- Added get_affected_rows() support for bulk operations -- Fixed compilation with VS2008 -- Fixed building tests with the backend built as DLL.