All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.1.2 - 2024-09-19
v2.1.1 - 2024-07-18
v2.1.0 - 2024-07-10
- OLE DB support.
- Allow SQLGetData to retrieve variable-length data in parts.
- Support SQL_ROWSET_SIZE statement attribute.
- Add src/out to .gitignore.
- Add CHANGELOG.
- Use GITHUB_OUTPUT instead of set-output command for Windows GitHub action workflow.
- Update macOS workflow to use macos-12 runner.
- Update configure-aws-credentials to v4 for all GitHub action workflows.
- Use publish-unit-test-result macos@v2 for macOS GitHub action workflow.
- Make run_cppcheck scripts use check-level exhaustive.
- Use absolute paths in register_driver_unix.sh.
- Fix error cause by cursor moving past the end of a result set.
- Fix the character "-" being returned for null values.
- Fix SQLFreeStmt not ignoring errors when freeing.
- Fix various spelling errors in documentation and in comments.
- Fix failing links in documentation.
v2.0.0 - 2023-08-08
- Initial release.