What's Changed
- fix release notes to properly reflect the change by @davecramer in #81
- fix: spelling of stmt_deferred by @davecramer in #86
- chore: Documentation and new test table for SQLSpecialColumns by @davecramer in #85
- Fix duplicate component codes by @chrullrich in #75
- test with just unique keys by @davecramer in #87
- Update the font and the layouts of all dialogs to improve their look and feel by @jkwuc89 in #91
- Change SpecialColumns to return correct information for unique indexes by @davecramer in #97
- fix: fix possible use of unitialized memory by @davecramer in #100
- Update main.yml to use wix version 6.0.0 by @davecramer in #104
- chore: replace unsafe string-to-number conversions by @faviansamatha in #103
- chore: change memset to memset_s/SecureZeroMemory by @faviansamatha in #105
- chore: update makeConnectString to not overflow connect_string where len < MAX_CONNECT_STRING by @micahdbak in #106
- feat: safe sscanf by @ColinKYuen in #108
- fix: use memset if memset_s is not available by @faviansamatha in #107
- remove schema and table name from SpecialColumns and update test by @davecramer in #109
- fix: revert to memset for pgdebug_memset by @faviansamatha in #111
- configure: make sure to call AC_CHECK_HEADER_STDBOOL by @shr-project in #112
- SQLFreeStmt(stmt,SQL_DROP) now returns an error when it's conn has been disconnected. by @harukat in #113
- fix: use pgfree for libpq mallocs by @ColinKYuen in #114
- fix double free stmt by @davecramer in #115
- update version and release notes in preparation for release 17_00_0005 by @davecramer in #118
- Revert "fix double free stmt" by @davecramer in #120
- fix possible int overflow fixes #Issue 119 by @davecramer in #121
New Contributors
- @jkwuc89 made their first contribution in #91
- @faviansamatha made their first contribution in #103
- @micahdbak made their first contribution in #106
- @ColinKYuen made their first contribution in #108
- @shr-project made their first contribution in #112
- @harukat made their first contribution in #113
Full Changelog: REL-17_00_0004...REL-17_00_0005