Anders Kaseorg
dd0d482d76
narrow: Migrate legacy SQLAlchemy select syntax.
...
Fixes “sqlalchemy.exc.RemovedIn20Warning: Deprecated API features
detected! These feature(s) are not compatible with SQLAlchemy 2.0.”
with warnings enabled.
https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#change-5284
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-16 14:50:30 -07:00
nimish
81ea09be19
search: Add is:followed filter.
...
Create the is:followed search operator.
Fetch all messages that are from followed topics
using exists.
Update API documentation and changelog.
Co-authored-by: Kenneth Rodrigues <kenneth.nrk123@gmail.com>
Fixes #27309 .
2024-06-17 18:22:50 -07:00
Alex Vandiver
57ff573535
topic: Move sqlalchemy methods into their own file.
...
Loading sqlalchemy can take a significant amount of time, so splitting
these into these own file can be a significant startup-time savings.
2024-04-16 09:48:11 -07:00