Daniel Hreben
Daniel Hreben
Hi! Yes, this is planned and currently in progress, you can see it in https://github.com/DanielHreben/sequelize-transparent-cache/tree/typescript branch
@dependabot rebase
Thanks for report! Please update to latest version, I just published fix. Let me know how it goes!
Yea, you right. I updated tests so now they catching this problem and fixed it by recursively setting timestamp fields. Try 2.2.0 version and let me know how it goes!
Shit. I wrapped it into try\catch blocks to quickly fix the issue and published 2.2.1. I will switch tests to postgres, cover and fix this case properly later.
Does it fail with some kind of error?
Ugh oh. I think it should be a way to work around this. I do not have too much time to fix this straightway, so PRs are welcome.
Hi! It seems like a bug in the library, `sequelize-transparent-cache-ioredis` to be precise. It looks like it should take case about `boolean` values and encode them into buffers or strings....
Sorry, I don't have any more ideas on how to check it. If you can prepare a minimal example to reproduce, I will investigate and suggest a fix for you...
Hi! `findAndCountAll` is not listed as a supported cache method, so this is not a bug. However, I think it should be easy to add. Feel free to raise pull...