Skip to content

Update dependency sqlite-utils to v3.38 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqlite-utils (changelog) ==3.35.2 -> ==3.38 age adoption passing confidence

Release Notes

simonw/sqlite-utils (sqlite-utils)

v3.38

Compare Source

  • Plugins can now reuse the implementation of the sqlite-utils memory CLI command with the new return_db=True parameter. (#​643)
  • table.transform() now recreates indexes after transforming a table. A new sqlite_utils.db.TransformError exception is raised if these indexes cannot be recreated due to conflicting changes to the table such as a column rename. Thanks, Mat Miller. (#​633)
  • table.search() now accepts a include_rank=True parameter, causing the resulting rows to have a rank column showing the calculated relevance score. Thanks, liunux4odoo. (#​628)
  • Fixed an error that occurred when creating a strict table with at least one floating point column. These FLOAT columns are now correctly created as REAL as well, but only for strict tables. (#​644)

v3.37

Compare Source

  • The create-table and insert-files commands all now accept multiple --pk options for compound primary keys. (#​620)
  • Now tested against Python 3.13 pre-release. (#​619)
  • Fixed a crash that can occur in environments with a broken numpy installation, producing a module 'numpy' has no attribute 'int8'. (#​632)

v3.36

Compare Source

  • Support for creating tables in SQLite STRICT mode. Thanks, Taj Khattra. (#​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)

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 is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies label Dec 8, 2023
@renovate renovate bot requested a review from rclement December 8, 2023 06:28
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (074716d) to head (e414b03).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          479       479           
  Branches        41        41           
=========================================
  Hits           479       479           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@renovate renovate bot force-pushed the renovate/sqlite-utils-3.x branch 2 times, most recently from c2dd70e to 9b539cc Compare December 28, 2023 16:45
@renovate renovate bot force-pushed the renovate/sqlite-utils-3.x branch from 9b539cc to 15dcddb Compare March 11, 2024 19:11
@renovate renovate bot force-pushed the renovate/sqlite-utils-3.x branch from 15dcddb to 90c27aa Compare July 18, 2024 19:57
@renovate renovate bot changed the title Update dependency sqlite-utils to v3.36 Update dependency sqlite-utils to v3.37 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/sqlite-utils-3.x branch from 90c27aa to e414b03 Compare November 23, 2024 23:08
@renovate renovate bot changed the title Update dependency sqlite-utils to v3.37 Update dependency sqlite-utils to v3.38 Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant