Files
FreshRSS/app/Models
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
..
2024-12-27 12:12:49 +01:00
2026-02-01 13:12:47 +01:00
2025-12-15 22:06:05 +01:00
2025-08-31 20:05:30 +02:00
2024-12-27 12:12:49 +01:00
2024-12-27 12:12:49 +01:00
2026-03-01 21:45:24 +01:00
2026-01-03 18:09:44 +01:00
2025-09-30 22:59:41 +02:00