-
-
Notifications
You must be signed in to change notification settings - Fork 463
Comparing changes
Open a pull request
base repository: WiseLibs/better-sqlite3
base: v12.6.2
head repository: WiseLibs/better-sqlite3
compare: v12.8.0
- 12 commits
- 10 files changed
- 7 contributors
Commits on Mar 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fca9fff - Browse repository at this point
Copy the full SHA fca9fffView commit details -
Fix Node v25 test errors (#1454)
* Fix Node v25 errors on tests * Disable fail-fast on test jobs
Configuration menu - View commit details
-
Copy full SHA for 128cdf4 - Browse repository at this point
Copy the full SHA 128cdf4View commit details -
Update SQLite to version 3.52.0 (#1449)
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3a44a4 - Browse repository at this point
Copy the full SHA f3a44a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be46ff - Browse repository at this point
Copy the full SHA 3be46ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef9ffce - Browse repository at this point
Copy the full SHA ef9ffceView commit details
Commits on Mar 13, 2026
-
fix: use Holder() instead of This() for Electron 41 compatibility (#1456
Configuration menu - View commit details
-
Copy full SHA for d2c4815 - Browse repository at this point
Copy the full SHA d2c4815View commit details -
Update SQLite to version 3.51.2 (#1457)
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db1119c - Browse repository at this point
Copy the full SHA db1119cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dc751 - Browse repository at this point
Copy the full SHA 27dc751View commit details -
Readme: requires Node.js v20 or later (#1443)
* Requires Node.js v20 or later * generic wording * link
Configuration menu - View commit details
-
Copy full SHA for 43729c0 - Browse repository at this point
Copy the full SHA 43729c0View commit details -
Update SQLite to version 3.51.3 (#1460)
Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 959a018 - Browse repository at this point
Copy the full SHA 959a018View commit details -
fix: use HolderV2() for PropertyCallbackInfo on V8 >= 12.5 (#1459)
fix: use HolderV2() for PropertyCallbackInfo on V8 >= 13 PR #1456 replaced This() with Holder() in NODE_GETTER contexts, but Electron 41 (V8 14.6) removed both This() and Holder() from PropertyCallbackInfo. Only HolderV2() remains (to be renamed back to Holder() in a future V8 version per crbug.com/333672197). Add a PROPERTY_HOLDER compat macro that uses HolderV2() on V8 >= 13 and falls back to This() on older versions. Same pattern as the existing GET_PROTOTYPE macro. Verified: compiles and runs on Electron 41.0.1 (V8 14.6.202). Fixes #1458
Configuration menu - View commit details
-
Copy full SHA for 8617ed6 - Browse repository at this point
Copy the full SHA 8617ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe774f5 - Browse repository at this point
Copy the full SHA fe774f5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v12.6.2...v12.8.0