Closed renovate[bot] closed 2 years ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.45%. Comparing base (
8d641fb
) to head (ffb10d4
). Report is 123 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
2.0.0
->2.2.0
Release Notes
knex/knex
### [`v2.2.0`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#220---19-July-2022) [Compare Source](https://togithub.com/knex/knex/compare/2.1.0...2.2.0) ##### New features: - Inline primary key creation for postgres flavours [#5233](https://togithub.com/knex/knex/issues/5233) - SQLite: Add warning for undefined connection file [#5223](https://togithub.com/knex/knex/issues/5223) - MSSQL: Add JSON parameter support for connection [#5200](https://togithub.com/knex/knex/issues/5200) ##### Bug fixes: - PostgreSQL: add primaryKey option for uuid [#5212](https://togithub.com/knex/knex/issues/5212) ##### Typings: - Add promisable and better types [#5222](https://togithub.com/knex/knex/issues/5222) - Update raw query bind parameter type [#5208](https://togithub.com/knex/knex/issues/5208) ### [`v2.1.0`](https://togithub.com/knex/knex/blob/HEAD/CHANGELOG.md#210---26-May-2022) [Compare Source](https://togithub.com/knex/knex/compare/2.0.0...2.1.0) ##### New features: - Improve bundling experience to safely import dialects while using static paths [#5142](https://togithub.com/knex/knex/issues/5142) - Implement extendable builders [#5041](https://togithub.com/knex/knex/issues/5041) - PostgreSQL: Refresh materialized view concurrently [#5166](https://togithub.com/knex/knex/issues/5166) ##### Bug fixes: - Use correct paths in package.json browser field [#5174](https://togithub.com/knex/knex/issues/5174) - MariaDB: Fix 'NULL' returned instead of NULL on MariaDB 10.2.6+ [#5181](https://togithub.com/knex/knex/issues/5181) - MySQL: fix hasColumn Error (hasColumn ('a_id') is true, but hasColumn('a_Id') is false) [#5148](https://togithub.com/knex/knex/issues/5148) - MSSQL: Fix .hasTable result when using .withSchema [#5176](https://togithub.com/knex/knex/issues/5176) - Oracle: correctly INSERTS Buffer [#4869](https://togithub.com/knex/knex/issues/4869) ##### Typings: - Update type definitions for pg connection [#5139](https://togithub.com/knex/knex/issues/5139)Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.