Skip to content

Instantly share code, notes, and snippets.

@mloskot
Last active December 17, 2015 22:19
Show Gist options
  • Select an option

  • Save mloskot/5681340 to your computer and use it in GitHub Desktop.

Select an option

Save mloskot/5681340 to your computer and use it in GitHub Desktop.
pre-SOCI 3.2.2 release changelog

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 develop branch is below:
$ git log master...develop  --pretty=format:"1. [%h](http://github.com/soci/soci/commit/%H) - %s"
  1. 4f37c3f - Fix typo
  2. ed98d95 - Add tags to .gitignore
  3. 22c000b - Format.
  4. fe8dae1 - Allow Travis builds for all branches.
  5. 09b0453 - Allow Travis builds for all branches.
  6. 2ceafcc - Fixes test_prepared_insert_with_orm_type with DB2.
  7. 594f8be - Allows cmake to find 32-bit DB2 on Windows x64.
  8. a48a84b - Merge pull request #147 from ricardofandrade/feature/fix_win32dll_test
  9. 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
  10. 22d4083 - Streamline error handling in PostgreSQL backend with postgresql_result.
  11. e62595a - Merge pull request #134 from vadz/pg-terminate-fix
  12. 721cdea - Merge pull request #133 from vadz/pg-sequence
  13. c586415 - Merge pull request #132 from vadz/pg-warning-fix
  14. b518299 - Don't allow exceptions escape from postgresql_statement_backend dtor.
  15. 9770a38 - Implement session::get_next_sequence_value() for PostgreSQL backend.
  16. a841a8a - Fix harmless warning about signed/unsigned comparison.
  17. 520099c - Update SOCI 3.2.1 release date
  18. f5000e1 - Add SOCI 3.2.1 contributors
  19. 9872ff6 - Fix typo
  20. 21caa35 - Update SOCI 3.2.1 release date
  21. 352e415 - Add SOCI 3.2.1 contributors
  22. 204c433 - Fix typo
  23. 2d010c4 - Merge branch 'hotfix/3.2.1' into develop
  24. b4f883f - Merge branch 'hotfix/3.2.1'
  25. 05561a0 - [travis] Create libocci.so symlink to libocci.so.11.1
  26. f7fdb35 - Remove redundant libclntsh lookup.
  27. bf33e1e - [travis] Create libclntsh.so symlink to libclntsh.so.11.1
  28. f892a24 - [travis] Install libaio for Oracle InstantClient
  29. 90b4104 - Testing Oracle setup on travis-ci.org
  30. e1133e7 - Set ORACLE_HOME and related library path
  31. d5c52dc - Use tar and bunzip2 instead of zip
  32. e9e07b0 - Add missing mkdir -p option
  33. 830c540 - Install instantclient_11_2-linux-x64-mloskot.tar.bz2
  34. 5abeed6 - Merge pull request #111 from vadz/odbc-strstream
  35. cfac790 - Some trivial optimizations in ODBC statement preparation code.
  36. 305f42a - Fix linking
  37. bc33de7 - Merge branch 'release/3.2.0' into develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment