mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-21 14:57:19 -04:00
fix https://github.com/FreshRSS/FreshRSS/issues/5632 In the SQL search, parentheses should not be escaped. Escaped parenthesis in the SQL search were tolerated by PostgreSQL but not by SQLite.