Files
FreshRSS/app
Alexandre Alapetite bae0919f28 Fix SQLite paging when sorting by article length (#8594)
In the case of SQLite, there was a PDO type problem resulting in paging when sorting by article length to be buggy.
The problem was located in `LENGTH(e.content) < ?`
Change to explicit typed binding.
2026-03-14 11:07:57 +01:00
..
2026-03-11 17:52:44 +01:00
2024-12-27 12:12:49 +01:00
2020-07-08 12:11:55 +02:00
2026-02-22 14:24:59 +01:00