Hi, On 2022-01-08 19:46, László Böszörményi (GCS) wrote: > SQLite3 3.37.0 and onwards changed its inner working. Now table column > data types are stored as a value and always returned as uppercase > text. This breaks your package as it relies on the old behavior, when > this was stored as text and returned in a case it was defined. > As I broke it, I've created a fix for you, patch is attached. Couldn't > make it work with older SQLite3 versions thus you will need to build > depend on SQLite3 3.37.0 and newer.
Thanks a lot for the patch. Since I am one of the upstream developers I will see how this could be fixed upstream. My priority would be to support both SQLite3 << 3.37.0 and >= 3.37.0, but I can see that for Debian your patch is sufficient. > Sorry for the inconvenience, No problem, such breakages sometimes happen with dependency updates. Thanks, Andrius