diff test/README.txt @ 5005:a86b0c02940d

Remove the tsearch2 backend The documentation within the tsearch2 backend labels it as being experimental and that it should not be used. The have_backend() function in roundup.backend returns False indicating that it does not exist and is labeled as "currently not working". The PostgreSQL website also seems to indicate that it has been deprecated since v8.3 when text searching was integrated into the core[1]. Considering all this, it seems like the best option is to just remove the tsearch2 backend. [1] http://www.postgresql.org/docs/9.4/static/tsearch2.html
author John Kristensen <john@jerrykan.com>
date Sun, 11 Oct 2015 00:06:51 +1100
parents 2c3cc4ccd024
children 132d450bdc00
line wrap: on
line diff
--- a/test/README.txt	Sat Oct 10 23:35:51 2015 +1100
+++ b/test/README.txt	Sun Oct 11 00:06:51 2015 +1100
@@ -11,7 +11,6 @@
 test_postgresql.py
 test_security.py
 test_sqlite.py
-test_tsearch2.py
 test_userauditor.py
 
 grep "import db_test_base" -l *.py

Roundup Issue Tracker: http://roundup-tracker.org/