sqlite3 update to 3.35.2 (3350200) - #1457
Conversation
|
Tested this brunch locally, all tests passed: Can anyone trigger travis-ci to rerun tests? |
|
Hmm, forked your fork and installed in my project: npm i border-radius/node-sqlite3 --saveTried this query: db.get('INSERT INTO invites (token) VALUES (?) RETURNING *', [token], (e, row) => {
//...
})But still getting this error: 🤔 |
|
@border-radius You might want to double check that node-pre-gyp isn't installing/using a prebuilt/precompiled addon for your platform. Try adding |
|
Any updates on this merge? |
|
I am looking forward to getting this merged! Since this PR was opened there has been a few bug fixes. Maybe we should try to get 3.35.5 merged instead? |
|
@johan13 Any update of sqlite3 latest version? the latest version is 3.36.0 now. https://www.sqlite.org/releaselog/3_36_0.html |
No, I never got around to that. Thanks for submitting #1476. Let's hope it receives more attention from the maintainers than this PR did. |
|
Thank you for your contribution, but a newer version was merged. |
3.35 adds several nice new features, including
returning