New
1.14.16
What's Changed
- Add build tag to enable OSTRACE() logging by @benbjohnson in https://github.com/mattn/go-sqlite3/pull/1067
- TestQueryer: actually check Rows returned by @ohwgiles in https://github.com/mattn/go-sqlite3/pull/1062
- Update README to fix reference URL by @shibukawa in https://github.com/mattn/go-sqlite3/pull/1082
- Fix test queryer test by @joshbuddy in https://github.com/mattn/go-sqlite3/pull/1079
- Rollback on constraint failure by @joshbuddy in https://github.com/mattn/go-sqlite3/pull/1071
- Fix "ennviroment" by @RewardedIvan in https://github.com/mattn/go-sqlite3/pull/1077
- こんにちわ is wrong Japanse, Correct word is こんにちは by @KiYugadgeter in https://github.com/mattn/go-sqlite3/pull/1085
- Add test for sqlite_math_functions tag by @lggruspe in https://github.com/mattn/go-sqlite3/pull/1059
- remove unuseful ldflags for windows platform. by @kkqy in https://github.com/mattn/go-sqlite3/pull/1084
- Cross Compiling for Mac OS via
musl-crossby @jodosha in https://github.com/mattn/go-sqlite3/pull/1090 - Update README.md to include vtable feature by @dvas0004 in https://github.com/mattn/go-sqlite3/pull/1100
- Updating vtable example, "BestIndex" method by @dvas0004 in https://github.com/mattn/go-sqlite3/pull/1099