3.3.0
版本发布时间: 2023-05-25 00:53:57
SRombauts/SQLiteCpp最新发布版本:3.3.2(2024-08-17 03:46:37)
What's Changed
- Fix preprocessor issues by @jowr in https://github.com/SRombauts/SQLiteCpp/pull/393
- check if SQLITE_OPEN_NOFOLLOW is defined by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/394
- meson project changes based on wrap submission review by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/391
- fix incorrect work of savepoint by @spoyler in https://github.com/SRombauts/SQLiteCpp/pull/390
- Rename Savepoint RollbackTo() and fix class comments and formatting by @SRombauts in https://github.com/SRombauts/SQLiteCpp/pull/396
- Add Mingw GitHub actions by @SRombauts in https://github.com/SRombauts/SQLiteCpp/pull/384
- Add a Transaction::rollback() method by @SRombauts in https://github.com/SRombauts/SQLiteCpp/pull/397
- add meson usage guide by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/395
- Fix meson installation by @dougnazar in https://github.com/SRombauts/SQLiteCpp/pull/401
- Lint corrections by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/400
- Add documentation for prepared statements in transactions by @ewarchul in https://github.com/SRombauts/SQLiteCpp/pull/404
- add disable option for sqlite3_expanded_sql by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/399
- correct executable name in meson by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/408
- Create Meson CI by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/407
- Update package.xml by @poshul in https://github.com/SRombauts/SQLiteCpp/pull/409
- use checkout@v3 in CMake CI by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/410
- Dllexport import by @pierre-aimi in https://github.com/SRombauts/SQLiteCpp/pull/406
- Remove mismatched else condition in CMakeLists.txt by @Timmmm in https://github.com/SRombauts/SQLiteCpp/pull/415
- Fix compiler warnings warning by @ninjaoflight in https://github.com/SRombauts/SQLiteCpp/pull/413
- Update SQLite from 3.40.0 to 3.42.0 (2023-05-16) by @SRombauts in https://github.com/SRombauts/SQLiteCpp/pull/423
New Contributors
- @spoyler made their first contribution in https://github.com/SRombauts/SQLiteCpp/pull/390
- @dougnazar made their first contribution in https://github.com/SRombauts/SQLiteCpp/pull/401
- @ewarchul made their first contribution in https://github.com/SRombauts/SQLiteCpp/pull/404
- @poshul made their first contribution in https://github.com/SRombauts/SQLiteCpp/pull/409
- @pierre-aimi made their first contribution in https://github.com/SRombauts/SQLiteCpp/pull/406
- @Timmmm made their first contribution in https://github.com/SRombauts/SQLiteCpp/pull/415
Full Changelog: https://github.com/SRombauts/SQLiteCpp/compare/3.2.1...3.3.0