AndreasSko / go-jwlm

A command line tool to easily merge JW Library backups, written in Go.
MIT License
73 stars 4 forks source link

Update module github.com/mattn/go-sqlite3 to v1.14.24 #113

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/mattn/go-sqlite3 v1.14.8 -> v1.14.24 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mattn/go-sqlite3 (github.com/mattn/go-sqlite3) ### [`v1.14.24`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.23...v1.14.24) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.23...v1.14.24) ### [`v1.14.23`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23) ### [`v1.14.22`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.21...v1.14.22) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.21...v1.14.22) ### [`v1.14.21`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.20...v1.14.21) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.20...v1.14.21) ### [`v1.14.20`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.19...v1.14.20) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.19...v1.14.20) ### [`v1.14.19`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.18...v1.14.19) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.18...v1.14.19) ### [`v1.14.18`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.17...v1.14.18) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.17...v1.14.18) ### [`v1.14.17`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.17) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.17) ### [`v1.14.16`](https://redirect.github.com/mattn/go-sqlite3/releases/tag/v1.14.16): 1.14.16 [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16) #### What's Changed - Add build tag to enable OSTRACE() logging by [@​benbjohnson](https://redirect.github.com/benbjohnson) in [https://github.com/mattn/go-sqlite3/pull/1067](https://redirect.github.com/mattn/go-sqlite3/pull/1067) - TestQueryer: actually check Rows returned by [@​ohwgiles](https://redirect.github.com/ohwgiles) in [https://github.com/mattn/go-sqlite3/pull/1062](https://redirect.github.com/mattn/go-sqlite3/pull/1062) - Update README to fix reference URL by [@​shibukawa](https://redirect.github.com/shibukawa) in [https://github.com/mattn/go-sqlite3/pull/1082](https://redirect.github.com/mattn/go-sqlite3/pull/1082) - Fix test queryer test by [@​joshbuddy](https://redirect.github.com/joshbuddy) in [https://github.com/mattn/go-sqlite3/pull/1079](https://redirect.github.com/mattn/go-sqlite3/pull/1079) - Rollback on constraint failure by [@​joshbuddy](https://redirect.github.com/joshbuddy) in [https://github.com/mattn/go-sqlite3/pull/1071](https://redirect.github.com/mattn/go-sqlite3/pull/1071) - Fix "ennviroment" by [@​RewardedIvan](https://redirect.github.com/RewardedIvan) in [https://github.com/mattn/go-sqlite3/pull/1077](https://redirect.github.com/mattn/go-sqlite3/pull/1077) - こんにちわ is wrong Japanse, Correct word is こんにちは by [@​KiYugadgeter](https://redirect.github.com/KiYugadgeter) in [https://github.com/mattn/go-sqlite3/pull/1085](https://redirect.github.com/mattn/go-sqlite3/pull/1085) - Add test for sqlite_math_functions tag by [@​lggruspe](https://redirect.github.com/lggruspe) in [https://github.com/mattn/go-sqlite3/pull/1059](https://redirect.github.com/mattn/go-sqlite3/pull/1059) - remove unuseful ldflags for windows platform. by [@​kkqy](https://redirect.github.com/kkqy) in [https://github.com/mattn/go-sqlite3/pull/1084](https://redirect.github.com/mattn/go-sqlite3/pull/1084) - Cross Compiling for Mac OS via `musl-cross` by [@​jodosha](https://redirect.github.com/jodosha) in [https://github.com/mattn/go-sqlite3/pull/1090](https://redirect.github.com/mattn/go-sqlite3/pull/1090) - Update README.md to include vtable feature by [@​dvas0004](https://redirect.github.com/dvas0004) in [https://github.com/mattn/go-sqlite3/pull/1100](https://redirect.github.com/mattn/go-sqlite3/pull/1100) - Updating vtable example, "BestIndex" method by [@​dvas0004](https://redirect.github.com/dvas0004) in [https://github.com/mattn/go-sqlite3/pull/1099](https://redirect.github.com/mattn/go-sqlite3/pull/1099) - Update amalgamation code by [@​mattn](https://redirect.github.com/mattn) in [https://github.com/mattn/go-sqlite3/pull/1104](https://redirect.github.com/mattn/go-sqlite3/pull/1104) #### New Contributors - [@​ohwgiles](https://redirect.github.com/ohwgiles) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1062](https://redirect.github.com/mattn/go-sqlite3/pull/1062) - [@​shibukawa](https://redirect.github.com/shibukawa) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1082](https://redirect.github.com/mattn/go-sqlite3/pull/1082) - [@​joshbuddy](https://redirect.github.com/joshbuddy) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1079](https://redirect.github.com/mattn/go-sqlite3/pull/1079) - [@​RewardedIvan](https://redirect.github.com/RewardedIvan) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1077](https://redirect.github.com/mattn/go-sqlite3/pull/1077) - [@​KiYugadgeter](https://redirect.github.com/KiYugadgeter) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1085](https://redirect.github.com/mattn/go-sqlite3/pull/1085) - [@​lggruspe](https://redirect.github.com/lggruspe) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1059](https://redirect.github.com/mattn/go-sqlite3/pull/1059) - [@​kkqy](https://redirect.github.com/kkqy) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1084](https://redirect.github.com/mattn/go-sqlite3/pull/1084) - [@​jodosha](https://redirect.github.com/jodosha) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1090](https://redirect.github.com/mattn/go-sqlite3/pull/1090) - [@​dvas0004](https://redirect.github.com/dvas0004) made their first contribution in [https://github.com/mattn/go-sqlite3/pull/1100](https://redirect.github.com/mattn/go-sqlite3/pull/1100) **Full Changelog**: https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16 ### [`v1.14.15`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.14...v1.14.15) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.14...v1.14.15) ### [`v1.14.14`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.13...v1.14.14) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.13...v1.14.14) ### [`v1.14.13`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.12...v1.14.13) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.12...v1.14.13) ### [`v1.14.12`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.11...v1.14.12) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.11...v1.14.12) ### [`v1.14.11`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.10...v1.14.11) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.10...v1.14.11) ### [`v1.14.10`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.9...v1.14.10) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.9...v1.14.10) ### [`v1.14.9`](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.8...v1.14.9) [Compare Source](https://redirect.github.com/mattn/go-sqlite3/compare/v1.14.8...v1.14.9)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

coveralls commented 2 years ago

Coverage Status

coverage: 89.341%. remained the same when pulling 89110217d16a2c964a4d6a40e22f2698af434f10 on renovate/github.com-mattn-go-sqlite3-1.x into e228e493b293c1617795829d0d1825a2ea2f49a8 on master.