Latest documentation at https://nanodbc.io
New Features
- Added Add
find_procedures
andfind_procedure_columns
tocatalog
class#249
- Added support for binding
std::string_view
instatement
class#283
Changes
- Changed return type of
result_impl::column_size
fromint
tolong
for consistency#261
- Renamed
VERSION
file toVERSION.txt
#275
Bug Fixes
- Fixed SQL statements in
example/usage.cpp
#253
- Fixed
result_impl::column_datatype_name
sizing for Unicode characters#263
- Fixed memory leak of
ensure_pdata
#269
- Fixed retrieval of SQL data type
DATETIMEOFFSET
#219
- Fixed compilation on MacOS using Homebrew's vanilla GCC (for Conan build)
#279
Testing
- Add GitHub Actions with linters
#273
Acknowledgements
Thank you to everyone who contributed to this release by committing changes and submitting pull requests:
Amy Troschinetz,
Bernardo Sulzbach,
Denis Glazachev,
detule,
Ezequiel Ruiz,
Joe Siltberg,
Mateusz Loskot,
Michael Kaes,
Sewon Park
Thank you to everyone who also opened issues on GitHub.