| Merge branch 'odbc-parent-window-option' |
|
More...
|
20 days ago
|
| Merge branch 'fix-session-leaks' |
|
More...
|
22 days ago
|
| Don't terminate the application on errors during disconnection |
|
More...
|
23 days ago
|
| Fix leak of SQLite3 connection handle in case of failure |
|
More...
|
23 days ago
|
| Fix ODBC handle leaks in case of unsuccessful connection |
|
More...
|
23 days ago
|
| Fix possible trace file leak in PostgreSQL backend |
|
More...
|
23 days ago
|
| Add odbc.parent_window option for ODBC connection dialogs |
|
More...
|
26 days ago
|
| Replace extract_driver_complete_option() with extract_soci_option() |
|
More...
|
26 days ago
|
| Fix exception with multiple batch operations in SQLite3 backend |
|
More...
|
about 1 month ago
|
| Define SOCI_ABI_VERSION when compiling SOCI core |
|
More...
|
about 1 month ago
|
| Merge branch 'odbc-remember-completed' |
|
More...
|
3 months ago
|
| Define soci::ssize() for C arrays too |
|
More...
|
3 months ago
|
| Merge branch 'mutex' |
|
More...
|
3 months ago
|
| Move connection_pool_base_impl to global namespace |
|
More...
|
3 months ago
|
| Reuse soci_mutex_t in connection_pool implementation too |
|
More...
|
3 months ago
|
| Use std::unique_ptr<> instead of raw session pointers |
|
More...
|
3 months ago
|
| Use unique_ptr<> for connection_pool::pimpl_ |
|
More...
|
3 months ago
|
| Refactor connection_pool_impl to use more RAII-like approach |
|
More...
|
3 months ago
|
| Add support for storing completed ODBC connection strings |
|
More...
|
3 months ago
|
| Extract soci_mutex_t into its own private header |
|
More...
|
3 months ago
|
| Add connection_parameters::has_option() for convenience |
|
More...
|
3 months ago
|
| Increase the buffer size for the completed ODBC connection string |
|
More...
|
3 months ago
|
| Fix possible access to uninitialized memory in ODBC backend |
|
More...
|
3 months ago
|
| Fix spelling mistakes and typos in the documentation |
|
More...
|
3 months ago
|
| Merge branch 'cmake-windows-fixes' of github.com:phetdam/soci |
|
More...
|
3 months ago
|
| CMakeLists.txt: ensure CMAKE_BUILD_TYPE defaults to non-empty if unset |
|
More...
|
3 months ago
|
| src/CMakeLists.txt: fix typo in comment |
|
More...
|
3 months ago
|
| src/CMakeLists.txt: update comment for clarity |
|
More...
|
3 months ago
|
| CMakeLists.txt: ensure build types are displayed for multi-config generators correctly |
|
More...
|
4 months ago
|
| src/CMakeLists.txt: avoid unnecessary rebuilds/update to soci-config.h on Windows |
|
More...
|
4 months ago
|