Re: [Rpm-maint] [rpm-software-management/rpm] RPM uses pragma case_sensitive_like which is deprecated from sqlite 3.44 (Discussion #2924)

2024-02-22 Thread Panu Matilainen
No, because I had no idea. I don't particularly follow sqlite developments because there aren't any active developments or plans in that direction. But clearly we need to do something about it sooner or later then, filed https://github.com/rpm-software-management/rpm/issues/2925 so it gets track

[Rpm-maint] [rpm-software-management/rpm] RPM uses pragma case_sensitive_like which is deprecated from sqlite 3.44 (Discussion #2924)

2024-02-22 Thread Vamsi Krishna Brahmajosyula
sqlite 3 deprecates pragma_case_sensitive_like from 3.44 https://www.sqlite.org/changes.html. Following patch introduced case_sensitive_like in RPM. https://github.com/rpm-software-management/rpm/commit/bea298986d796900dd94de42dec98fb194df1ff8 Are there active plans for a replacement? -- Reply