2.3.0
版本发布时间: 2019-03-04 03:58:49
SRombauts/SQLiteCpp最新发布版本:3.3.2(2024-08-17 03:46:37)
- #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