Skip to content

Releases: Erroneous1/sqlpp11-connector-odbc

Result.size() and cmake fixes

25 Oct 16:41
Compare
Choose a tag to compare
  • Add bind_result_t.size() which will be accessible in upcoming sqlpp11 release.
  • Add some fixes to CMake, use configuration from Sqlpp11Config.cmake (installed by sqlpp11)
  • Bug fix for ::date::day_point

Transaction and Cmake Fixes

25 Mar 18:58
Compare
Choose a tag to compare
  • Fixed start_transaction(), commit_transaction(), and rollback_transaction() to use ODBC functions instead of running SQL queries.
  • Use SQLExecDirect instead of prepare and execute.
  • Fixed some CMake issues like installing to the wrong directory and ignoring CMAKE_SQLPP11_CONNECTOR_ODBC_TESTS_IGNORE.
  • Added include/sqlpp11/odbc/version.h

0.03

13 Sep 11:46
Compare
Choose a tag to compare

Compatible with sqlpp11 0.42 (may have to #include <sqlpp11/expression_return_types.h> until rbock/sqlpp11#118)
Uses sqlp11's day_point, time_point, and time_of_day
Improved error messages during _run()

0.02.1

30 Mar 11:56
Compare
Choose a tag to compare

Small cmake fix to set output binaries to the same basename if not on Windows.

0.02

29 Mar 12:50
Compare
Choose a tag to compare

Fixes some cmake issues

v0.01

23 Feb 13:08
Compare
Choose a tag to compare

Initial release. select, insert, execute tested. integral, text, boolean, day_point, time_point tested (using myodbc connector and MariaDB).