summaryrefslogtreecommitdiff
path: root/classes/Db.php
AgeCommit message (Collapse)Author
2025-07-03add support for PG sslmode and set it to prefer encrypted connections by defaultAndrew Dolgov
2025-05-17Get rid of 'Db::past_comparison_qpart()'.wn_
With MySQL support dropped this function is just an unnecessary layer of abstraction.
2025-04-14add deprecation notice for sql_random_function()Andrew Dolgov
2025-04-14further mysql/DB_TYPE related cleanupAndrew Dolgov
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
2025-03-04Add 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-14Use native typing in more places and clean up 'FeedEnclosure' a bit.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov