Skip to content

Instantly share code, notes, and snippets.

@mloskot
Created April 8, 2015 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mloskot/ace90bbfe76d27bc4d20 to your computer and use it in GitHub Desktop.
Save mloskot/ace90bbfe76d27bc4d20 to your computer and use it in GitHub Desktop.
SOCI 3.2.3 release changelog
  1. 30c02f3 - Merge branch 'master' of git://github.com/Alex-Vo/lsoci into hotfix/3.2.3-PR263
  2. 5577606 - Improve readability of ODBC error message Closes #229
  3. 8e14c5b - Improve error message when an odbc error occurs
  4. 8a50af6 - Merge branch 'hotfix/3.2.3' of https://github.com/SOCI/soci into hotfix/3.2.3
  5. a948ab3 - Remove unused HAVE_XXX defines
  6. 2c85be1 - Fix missing strtoll on Cygwin and MinGW
  7. d9c059e - Clarify documenation and examples on bulk operations.
  8. a08d750 - [travis] Disable Oracle build
  9. 70e67aa - Replace prefix underscore with suffix in private member names
  10. c799e4f - Append each member of tuple/fusion instead of adding tuple/fusion
  11. 645e7a2 - Merge github.com:pacocamberos/soci into pacocamberos-branch-mysql-blob
  12. e96bc2b - Ignore CMakeLists.txt.user created by Qt Creator IDE
  13. f694e30 - Bump library version number to 3.2.3
  14. 5ecebe9 - fixed link error for msvc 64 bit
  15. 6e6bd46 - Documentation for SQLite3 result code support.
  16. 97cbb0a - Update PostgreSQL backend documentation for UUID type support.
  17. 5776dd4 - Introduced sqlite3_soci_error exception as subclass of soci_error. This new exception exposes the SQLite3 result code returned when any failure happens. Using this method is preferable to scrubbing string error messages in soci_error exceptions. Useful when there needs to be a distinction between general errors and database constraint errors. Unit test added to prove the funtionality does what is expected.
  18. 6d766e7 - Introduced support for UUID column type in PostgreSQL statement.cpp. Unit test added for UUID column support testing all supported kinds of UUID formatted strings on input and standardized UUID formatted strings on output.
  19. bc884fe - Remove unused HAVE_XXX defines
  20. 4ffb21b - Fix missing strtoll on Cygwin and MinGW
  21. 7bd4991 - Clarify documenation and examples on bulk operations.
  22. 070b278 - Merge branch 'fix_odbc_msvc_x86_64' of github.com:snikulov/soci into snikulov-fix_odbc_msvc_x86_64
  23. fce8560 - [travis] Disable Oracle build
  24. 0ff0e01 - Replace prefix underscore with suffix in private member names
  25. 65a5ee3 - Append each member of tuple/fusion instead of adding tuple/fusion
  26. 8e9fb42 - Merge github.com:pacocamberos/soci into pacocamberos-branch-mysql-blob
  27. 3dca4e3 - Ignore CMakeLists.txt.user created by Qt Creator IDE
  28. de7e6f0 - Bump library version number to 3.2.3
  29. b2ea9f7 - fixed link error for msvc 64 bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment