Christoph Zwerschke
Christoph Zwerschke
Thanks for the feedback. The test is not meant to fix anything, but to verify that the determination of the server version works by validating that the returned number is...
This has been fixed in version 6.1 now.
I have provided a simple export script here: https://github.com/Cito/omnivore-export
> your script only backs up the links, not the actual content itself There is now a flag that also allows to export the content.
A script to help with the migration from Omivore to Wallabag can be found here: https://github.com/Cito/omnivore-export
@QuAzI Thanks for pointing that out. The docker container does not have it and I didn't find it in the hosted service when I last checked. How long does this...
@QuAzI - just found it. It was only implemented yesterday in the 2.6 branch, not in master. That explains why I did not see it. Will update the documentation in...
If you want to signal an actual database error, use an exception that is *not* in failures, because otherwise DBUtils will try to reconnect automatically. However, to me it sounds...
Yes, a custom creator function will not help. DBUtils was not made with that scenario in mind. If you really want to go that route, you probably need to create...
Good question. Since DBUtils is based on the standard lib threading primitives, and the new free-threaded mode will certainly not break their guarantees, I assume everything will still work as...