summaryrefslogtreecommitdiff
path: root/databases/soci/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-10-04Allow building on Cygwin.joerg2-0/+38
2013-09-11Update to soci 3.2.2:joerg6-106/+10
- Fix uninitialized indicators in conversion_into_type and conversion_use_type specialisations - Fixed placeholder matching for PostgreSQL-style casts with ORM - Fixed memory leaking in use binding in case of bind/unbind sequence - Fixed sscanf formatter for MinGW/MSVC in backends - Fixed partial placeholder name matching for ORM cases - Added test for use of indicators with rowset<row> - Added test for get_affected_rows after bulk operations Add options for selecting MySQL/PostgreSQL/SQLite backends, defaulting to PostgreSQL.
2013-08-30Support C++11. Bump revision.joerg2-0/+39
2013-08-27Merge get_next_sequence_value support for PostgreSQL from upstream.joerg2-0/+41
Bump revision.
2013-07-05Add soci-3.2.1:joerg2-0/+34
SOCI is a database access libary for C++. It provides a natural interface with extensive STL integration. A number of major database servers are accessable.