| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-03 | add support for PG sslmode and set it to prefer encrypted connections by default | Andrew Dolgov | |
| 2025-05-17 | Get rid of 'Db::past_comparison_qpart()'. | wn_ | |
| With MySQL support dropped this function is just an unnecessary layer of abstraction. | |||
| 2025-04-14 | add deprecation notice for sql_random_function() | Andrew Dolgov | |
| 2025-04-14 | further mysql/DB_TYPE related cleanup | Andrew Dolgov | |
| 2025-04-14 | initial attempt to remove mysql-related stuff from tt-rss | Andrew Dolgov | |
| 2025-03-04 | Add and use 'Db::now_comparison_qpart()'. | wn_ | |
| This introduces a helper to build a query part comparing a field against a past datetime (determined by '$now - $some_interval'), eliminating certain boilerplate code. | |||
| 2024-12-14 | Use native typing in more places and clean up 'FeedEnclosure' a bit. | wn_ | |
| 2023-10-25 | move to psr-4 autoloader | Andrew Dolgov | |