David Wolever

Results 56 comments of David Wolever

Okay, update: I wasn't able to load the database file using the `sqlcipher` command line tool, but I was able to get it working by installing the `@journeyapps/sqlcipher` package. I...

Yea, I'm not sure what to do there. As far as I can tell it's working with my system sqlite install – I can run `sqlite3

@sjlombardo ah dang, didn't see your message when I posted. Do you happen to know why node would be using a different version of sqlite than the system version? Or...

Thanks @lucasfcosta - that's a great summary of the problem. I would also add that the "conditional skipping" can also be environmentally aware. For example, in my environment, there are...

I am also experiencing this issue: * With `[email protected]` * On Android devices (including Pixel 6, Pixel 8 Pro, Pixel 9 Pro, and others) * Using the "rear" camera *...

Because there's no way to use CLS with unmanaged transactions (it seems to be explicitly impossible; see also: https://github.com/sequelize/sequelize/issues/9082 )