Skip to content
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

chore(deps): update module modernc.org/sqlite to v1.33.1 #78

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

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Jun 4, 2024

This PR contains the following updates:

Package Type Update Change
modernc.org/sqlite require minor v1.29.10 -> v1.33.1

Release Notes

cznic/sqlite (modernc.org/sqlite)

v1.33.1

Compare Source

v1.33.0

Compare Source

v1.32.0

Compare Source

v1.31.1

Compare Source

v1.31.0

Compare Source

v1.30.2

Compare Source

v1.30.1

Compare Source

v1.30.0

Compare Source


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.


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

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner June 4, 2024 04:38
@renovate-rancher renovate-rancher bot changed the title Update module modernc.org/sqlite to v1.30.0 Update module modernc.org/sqlite to v1.30.1 Jun 11, 2024
Copy link
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
modernc.org/libc v1.49.3 -> v1.52.1

Copy link
Contributor Author

renovate-rancher bot commented Jun 11, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/sys v0.21.0 -> v0.22.0
modernc.org/libc v1.49.3 -> v1.55.3

@renovate-rancher renovate-rancher bot changed the title Update module modernc.org/sqlite to v1.30.1 chore(deps): update module modernc.org/sqlite to v1.30.1 Jul 6, 2024
@renovate-rancher renovate-rancher bot changed the title chore(deps): update module modernc.org/sqlite to v1.30.1 chore(deps): update module modernc.org/sqlite to v1.30.2 Jul 13, 2024
@renovate-rancher renovate-rancher bot changed the title chore(deps): update module modernc.org/sqlite to v1.30.2 chore(deps): update module modernc.org/sqlite to v1.31.1 Jul 23, 2024
@nflynt
Copy link
Contributor

nflynt commented Aug 1, 2024

Upstream release notes:

2024-07-22: v1.31.0
Support windows/386.

2024-06-04: v1.30.0
Upgrade to SQLite 3.46.0, release notes at https://sqlite.org/releaselog/3_46_0.html. 

And for SQLite 3.46.0:

SQLite Release 3.46.0 On 2024-05-23

    Enhance [PRAGMA optimize](https://sqlite.org/pragma.html#pragma_optimize) in multiple ways, to make it [simpler to use](https://sqlite.org/lang_analyze.html#pragopt):
        PRAGMA optimize automatically implements a temporary [analysis limit](https://sqlite.org/pragma.html#pragma_analysis_limit) to prevent excess runtime on large databases.
        Added the new 0x10000 bitmask option to check for updates on all tables.
        Automatically re-analyze tables that do not have sqlite_stat1 entries. 
    Enhancements to the [date and time functions](https://sqlite.org/lang_datefunc.html):
        The [strftime() SQL function](https://sqlite.org/lang_datefunc.html#strftm) now supports %G, %g, %U, and %V.
        New modifiers 'ceiling' and 'floor' control the algorithm used to resolve [ambiguous dates](https://sqlite.org/lang_datefunc.html#dtambg) when shifting a date by an integer number of months and/or years.
        The ['utc' and 'localtime' modifiers](https://sqlite.org/lang_datefunc.html#localtime) are now no-ops if SQLite knows that the time is already in UTC or in the localtime, respectively. 
    Add support for underscore ("_") characters between digits in [numeric literals](https://sqlite.org/lang_expr.html#litvalue).
    Add the [json_pretty()](https://sqlite.org/json1.html#jpretty) SQL function.
    Query planner improvements:
        The "VALUES-as-coroutine" optimization enables INSERT statements with thousands of rows in the VALUES clause to parse and run in about half the time and using about half as much memory.
        Allow the use of an index for queries like "SELECT count(DISTINCT col) FROM ...", even if the index records are not smaller than the table records.
        Improved recognition of cases where the value of an SQL function is constant because all its arguments are constant.
        Enhance the [WHERE-clause push-down optimization](https://sqlite.org/optoverview.html#pushdown) so that it is able to push down WHERE clause terms containing uncorrelated subqueries. 
    Allocate additional memory from the heap for the SQL parser stack if that stack overflows, rather than reporting a "parser stack overflow" error.
    JSON changes:
        Allow ASCII control characters within JSON5 string literals.
        Fix [the -> and ->> operators](https://sqlite.org/json1.html#jptr) so that when the right-hand side operand is a string that looks like an integer it is still treated as a string, because that is what PostgreSQL does. 
    Allow large hexadecimal literals to be used as the DEFAULT value to a table column.

These look like opt-in enhancements for the most part, I don't think very much of this will affect us.

nflynt
nflynt previously approved these changes Aug 1, 2024
MbolotSuse
MbolotSuse previously approved these changes Aug 5, 2024
Copy link
Contributor

@MbolotSuse MbolotSuse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding second approval for dependency bump.

@renovate-rancher renovate-rancher bot changed the title chore(deps): update module modernc.org/sqlite to v1.31.1 chore(deps): update module modernc.org/sqlite to v1.32.0 Aug 9, 2024
@ericpromislow
Copy link
Contributor

The conflict needs to be done in a different fork -- I can't push a fixed PR from the rancher/lasso repo.

@renovate-rancher renovate-rancher bot changed the title chore(deps): update module modernc.org/sqlite to v1.32.0 chore(deps): update module modernc.org/sqlite to v1.33.0 Sep 8, 2024
@renovate-rancher renovate-rancher bot dismissed stale reviews from MbolotSuse and nflynt via 5f994bf September 9, 2024 15:33
@renovate-rancher renovate-rancher bot force-pushed the renovate/modernc.org-sqlite-1.x branch 8 times, most recently from c059c7b to 019705f Compare September 13, 2024 05:14
@renovate-rancher renovate-rancher bot changed the title chore(deps): update module modernc.org/sqlite to v1.33.0 chore(deps): update module modernc.org/sqlite to v1.33.1 Sep 13, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/modernc.org-sqlite-1.x branch from 019705f to 60efb4b Compare September 25, 2024 04:42
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.

3 participants