Skip to content

v2.14.0

Latest
Compare
Choose a tag to compare
@mloskot mloskot released this 23 Mar 19:48
1f72791

Latest documentation at https://nanodbc.io

New Features

  • Added Add find_procedures and find_procedure_columns to catalog class #249
  • Added support for binding std::string_view in statement class #283

Changes

  • Changed return type of result_impl::column_size from int to long for consistency #261
  • Renamed VERSION file to VERSION.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.