Koen van den Boogaart

Results 5 comments of Koen van den Boogaart

Maybe related to this is that in a 24-hour localized format hours would preferably be padded to 2 as well. So "0:00 AM" in 12-hour format makes sense, but "0:00"...

Would it be possible to add `getRowsModified` to the worker?

Alright, I'll look into it next week. If you look at for example https://github.com/brianc/node-postgres/blob/master/packages/pg/lib/result.js#L13, you can see that the `rowCount` is part of every query result. That would mean I...

I've created a PR. I was not aware of the changes function since I have only very little experience with SQLite. I like your Worker API and with the addition...

OK, thanks. Now I understand the remark "you can use the more limited WebWorker API" on the website. Maybe I'll switch to the `initSqlJs` approach later, for now the Worker...