Skip to content

2.3.0

Choose a tag to compare

@SRombauts SRombauts released this 03 Mar 19:58
· 471 commits to master since this release
  • #183 #187 Update SQLite3 from 3.20.1 to latest 3.27.2 (2019-02-25)
  • #179 #180 Add implicit cast operator to char and short types
  • #172 Update VariadicBind.h
  • #170 Better CMake compatibility
  • #169 Added tests for all MSVC compilers available on AppVeyor (2013, 2015, 2017)
  • #157 Add a move constructor to Database
  • #155 Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux
  • #151 More cmake instructions for linux
  • #148 Allows long int for bind when used with name
  • #147 Add Statement binding for long int values
  • #141 Add comparison with sqlite_orm