- Notifications
You must be signed in to change notification settings - Fork83
Wrong sqlite version in custom build#240
-
The origin reproduction:https://github.com/subframe7536/sqlite-wasm/tree/sqlite-version |
BetaWas this translation helpful?Give feedback.
All reactions
That's certainly an embarrassing sqwab bug. However, your fix in the sqwab workflow looks correct, and when I download yourrelease artifacts and drop them in my dist directory,SELECT sqlite_version(); returns 3.48.0.
I think your sqwab fix worked but you're not picking up its files for some reason, maybe a build or caching problem.
Replies: 1 comment 1 reply
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
That's certainly an embarrassing sqwab bug. However, your fix in the sqwab workflow looks correct, and when I download yourrelease artifacts and drop them in my dist directory, I think your sqwab fix worked but you're not picking up its files for some reason, maybe a build or caching problem. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thats my fault. It is caused by dist cache. Nothing wrong with code. |
BetaWas this translation helpful?Give feedback.