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

2024-02-27 Thread Panu Matilainen
Closed #2925 as completed via 233ddeb188544dc76444829c36b42db3e655836f. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2925#event-11932914890 You are receiving this because you are subscribed to this thread. Message ID:

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

2024-02-27 Thread Panu Matilainen
Oh. I had no recollection whatsoever of that change :flushed: Indeed, we can then just remove the pragma. Thanks @mlschroe for pointing that out. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2925#issuecomment-1966052793 You are

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

2024-02-23 Thread Michael Schroeder
We don't use LIKE anymore since commit c9380471adfa9fb06ace251a5f02b348507db345, so maybe we can just remove the pragma? -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2925#issuecomment-1961484365 You are receiving this because you

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

2024-02-22 Thread Panu Matilainen
### Discussed in https://github.com/rpm-software-management/rpm/discussions/2924 Originally posted by **vbrahmajosyula1** February 22, 2024 sqlite 3 deprecates pragma_case_sensitive_like from 3.44 https://www.sqlite.org/changes.html. Following patch introduced case_sensitive_like in RPM.