Leandro Facchinetti
Leandro Facchinetti
Hi y’all, I found this conversation while searching for an issue and thought I’d share what I use, if you don’t mind me talking about a project that I developed...
Passing by to say that y’all are awesome! I ran into exactly the same bug, and before I could report it, not only you had already found it, but you...
I just tested the code posted by @aeroheim with [email protected] and I’m afraid as far as I can tell the issue remains.
I tested and I think there’s still something odd going on. First, I confirmed that FTS + trigger + `RETURNING` works now: ```js const Database = require("better-sqlite3"); const db =...
Thank you very much! Please let me know how I can help.
Wow, that’s a very specific bug. Thanks for investigating and reporting upstream!
I just ran into this issue again and it took me a couple hours to realize that it was the same issue 🙃 It seems like the SQLite people don’t...
Thanks for the detailed answer. I was expecting that there would be more to the issue than what met the eyes initially. I guess including italics on `latin.css` is a...
I’m having the same issue and I’d like the same solution: just get rid of invalid characters. I’m talking to the author of the library on which this one is...
The author of `xmlbuilder` [included a new option called `invalidCharReplacement`](https://github.com/oozcitak/xmlbuilder-js/issues/147#issuecomment-604369215) to address this issue. It’s in the version 15.1.0 of the `xmlbuilder` package. Unfortunately, we can’t use it yet because...