mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-05 07:17:06 -04:00
Merged in gunnlaugur/sqlalchemy (pull request #19)
Add note on PostgreSQL config for test runs
This commit is contained in:
@@ -250,6 +250,12 @@ Additional steps specific to individual databases are as follows::
|
||||
requires using a test.cfg configuration file as the cmd.exe shell won't
|
||||
properly pass the URL arguments into the nose test runner.
|
||||
|
||||
POSTGRESQL: Full-text search configuration should be set to English, else
|
||||
several tests of ``.match()`` will fail. This can be set (if it isn't so
|
||||
already) with:
|
||||
|
||||
ALTER DATABASE test SET default_text_search_config = 'pg_catalog.english'
|
||||
|
||||
|
||||
CONFIGURING LOGGING
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user