Closed jdtkw closed 5 months ago
Can you add tests that show that the upgrade works with your changes?
The code feels a bit odd to me but it works. I could add my tests if you allow additions by maintainers.
The code feels a bit odd to me but it works. I could add my tests if you allow additions by maintainers.
Yeah, I went for a fix for the problem that would limit any form of adverse interaction with other code / use cases. Not 100% happy with it myself, but feel it's not going to affect normal operation once it has upgraded to to the latest format.
Can you add tests that show that the upgrade works with your changes?
Thanks for doing this.
Thanks for your contribution, I've a minor comment to avoid this be a breaking change and with that we should be able to release it as a SR
Hi @pictos - think @JKamsker already responded to the breaking change issue. I've fixed the tabs vs. spaces problem. Please let me know what else needs fixing.
Do we have a timeline on when this could be rolled into a release?
@jdtkw we will see other PRs to merge and then schedule a SR version, that should not take so long.
Thanks for your contribution
Fixes #2494
Avoid using AesStream class when opening an older version of LiteDB database, as its imcompatible with the older versions.