summary refs log tree commit diff
path: root/tests/storage/test_room_search.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-4/+4
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+1
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-5/+5
* Drop support for Postgres 10 in full text search code. (#14397)Patrick Cloke2022-11-091-52/+17
* Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-4/+12
* Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-251-0/+213
* Rename storage classes (#12913)Erik Johnston2022-05-311-1/+3
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-3/+3
* Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-241-2/+115
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Treat "\u0000" as "\u0020" for the purposes of message search (message indexi...Hillery Shay2021-09-221-0/+74