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

Update SQLite to version 3.46.1 #1238

Closed
wants to merge 1 commit into from
Closed

Conversation

JoshuaWise
Copy link
Member

This is an automated pull request, updating SQLite to version 3.46.1.

@JoshuaWise JoshuaWise requested a review from a team as a code owner August 13, 2024 21:15
@@ -24887,8 +24887,8 @@ static const struct {
/* 1 */ { 6, "minute", 7.7379e+12, 60.0 },
/* 2 */ { 4, "hour", 1.2897e+11, 3600.0 },
/* 3 */ { 3, "day", 5373485.0, 86400.0 },
/* 4 */ { 5, "month", 176546.0, 2592000.0 },
/* 5 */ { 4, "year", 14713.0, 31536000.0 },
/* 4 */ { 5, "month", 176546.0, 30.0*86400.0 },
Copy link
Member

@mceachen mceachen Aug 13, 2024

Choose a reason for hiding this comment

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

DAGUMMIT they reverted #1208?
I'll have to patch it.

Copy link
Member

Choose a reason for hiding this comment

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

mceachen added a commit to mceachen/better-sqlite3 that referenced this pull request Aug 13, 2024
@mceachen mceachen closed this Aug 13, 2024
@mceachen
Copy link
Member

This needs to be regenerated after #1239 is merged.

JoshuaWise pushed a commit that referenced this pull request Aug 29, 2024
* Add new patch infra. See #1208 and #1238

* add patches to CODEOWNERS

* revert CODEOWNERS addition
@mceachen mceachen deleted the sqlite-update-3460100 branch September 10, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants