Closed renovate[bot] closed 12 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
1fb9ff2
) 100.00% compared to head (b1f7d68
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
==3.35.2
->==3.36
Release Notes
simonw/sqlite-utils (sqlite-utils)
### [`v3.36`](https://togithub.com/simonw/sqlite-utils/releases/tag/3.36) [Compare Source](https://togithub.com/simonw/sqlite-utils/compare/3.35.2...3.36) - Support for creating tables in [SQLite STRICT mode](https://www.sqlite.org/stricttables.html). Thanks, [Taj Khattra](https://togithub.com/tkhattra). ([#344](https://togithub.com/simonw/sqlite-utils/issues/344)) - CLI commands `create-table`, `insert` and `upsert` all now accept a `--strict` option. - Python methods that can create a table - `table.create()` and `insert/upsert/insert_all/upsert_all` all now accept an optional `strict=True` parameter. - The `transform` command and `table.transform()` method preserve strict mode when transforming a table. - The `sqlite-utils create-table` command now accepts `str`, `int` and `bytes` as aliases for `text`, `integer` and `blob` respectively. ([#606](https://togithub.com/simonw/sqlite-utils/issues/606))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 has been generated by Mend Renovate. View repository job log here.