Updated changelog with past year changes

This commit is contained in:
Sébastien Rombauts 2019-03-02 23:47:16 +01:00
parent 804879d27d
commit 5dcb9af594

View File

@ -116,9 +116,14 @@ Version 2.2.0 - Sept 19 2017
- Fix warnings #134 - Fix warnings #134
- Deprecated Statement::IsOk() to Statement::HasRow() - Deprecated Statement::IsOk() to Statement::HasRow()
Version ? Version 2.3.0
- Update SQLite3 from 3.20.1 to latest 3.27.2 (2019-02-25) #183 #187
- Add Statement binding for long int values #147 - Add Statement binding for long int values #147
- Allows long int for bind when used with name #148 - Allows long int for bind when used with name #148
- More cmake instructions for linux #151 - More cmake instructions for linux #151
- Add comparison with sqlite_orm #141 - Add comparison with sqlite_orm #141
- Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155 - Fix Statement::bind truncates long integer to 32 bits on x86_64 Linux #155
- Add a move constructor to Database #157
- Added tests for all MSVC compilers available on AppVeyor #169
- Update VariadicBind.h #172
- Better CMake compatibility #170