List of candidate commits to include in SOCI 3.2.2:
- List of issues assigned to milestone 3.2.2
- List of commits already in
developbranch is below:
$ git log master...develop --pretty=format:"1. [%h](http://github.com/soci/soci/commit/%H) - %s"
- 4f37c3f - Fix typo
- ed98d95 - Add tags to .gitignore
- 22c000b - Format.
- fe8dae1 - Allow Travis builds for all branches.
- 09b0453 - Allow Travis builds for all branches.
- 2ceafcc - Fixes test_prepared_insert_with_orm_type with DB2.
- 594f8be - Allows cmake to find 32-bit DB2 on Windows x64.
- a48a84b - Merge pull request #147 from ricardofandrade/feature/fix_win32dll_test
- a391a02 - Fixes the compilation of the firebird tests with the backend as DLL. The global variable for the backend factory can't be accessed directly. Fixes it by u
- 22d4083 - Streamline error handling in PostgreSQL backend with postgresql_result.
- e62595a - Merge pull request #134 from vadz/pg-terminate-fix
- 721cdea - Merge pull request #133 from vadz/pg-sequence
- c586415 - Merge pull request #132 from vadz/pg-warning-fix
- b518299 - Don't allow exceptions escape from postgresql_statement_backend dtor.
- 9770a38 - Implement session::get_next_sequence_value() for PostgreSQL backend.
- a841a8a - Fix harmless warning about signed/unsigned comparison.
- 520099c - Update SOCI 3.2.1 release date
- f5000e1 - Add SOCI 3.2.1 contributors
- 9872ff6 - Fix typo
- 21caa35 - Update SOCI 3.2.1 release date
- 352e415 - Add SOCI 3.2.1 contributors
- 204c433 - Fix typo
- 2d010c4 - Merge branch 'hotfix/3.2.1' into develop
- b4f883f - Merge branch 'hotfix/3.2.1'
- 05561a0 - [travis] Create libocci.so symlink to libocci.so.11.1
- f7fdb35 - Remove redundant libclntsh lookup.
- bf33e1e - [travis] Create libclntsh.so symlink to libclntsh.so.11.1
- f892a24 - [travis] Install libaio for Oracle InstantClient
- 90b4104 - Testing Oracle setup on travis-ci.org
- e1133e7 - Set ORACLE_HOME and related library path
- d5c52dc - Use tar and bunzip2 instead of zip
- e9e07b0 - Add missing mkdir -p option
- 830c540 - Install instantclient_11_2-linux-x64-mloskot.tar.bz2
- 5abeed6 - Merge pull request #111 from vadz/odbc-strstream
- cfac790 - Some trivial optimizations in ODBC statement preparation code.
- 305f42a - Fix linking
- bc33de7 - Merge branch 'release/3.2.0' into develop