-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Add support for better-sqlite3 v10 and 11 #11096
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
Add support for better-sqlite3 v10 and 11 #11096
Conversation
jorenvandeweyer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these version be added to the test matrix?
…-versions # Conflicts: # package-lock.json # package.json
mguida22
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you been able to test TypeORM with better-sqlite3 versions 10 and 11?
|
Can anyone confirm this has been tested with the newer version of better-sqlite3 being added? If so we can merge. Also - what's the reason for removing the v7 support? |
|
Tests ran fine locally when I tried to run them, so that should be ok. |
|
OK I found it, v7 support was removed because it does not support node v20 #11183 |
Description of change
better-sqlite3 has had versions 10 and 11 available for some time now. It would be useful for this repo to support the new versions in addition to the older ones.
This PR would fix issues such as #10894
Pull-Request Checklist
masterbranchnpm run formatto apply prettier formattingnpm run testpasses with this changeFixes #0000