diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-01-14 20:21:36 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-01-14 20:21:36 +0000 |
| commit | 437f1ce670e84964dc701488ac09af565ba807f7 (patch) | |
| tree | e6a92d2850af4695d3651e29cd8b72cc10872c26 /README.unittests | |
| parent | 5b4871f4364c7b93de010097aa8f4008f69bddd4 (diff) | |
| download | sqlalchemy-437f1ce670e84964dc701488ac09af565ba807f7.tar.gz | |
- postgres cursor option is now server_side_cursors=False; some users get bad results using them
so theyre off by default
- type system slightly modified to support TypeDecorators that can be overridden by the dialect
- added an NVarchar type to mssql (produces NVARCHAR), also MSUnicode which provides Unicode-translation
for the NVarchar regardless of dialect convert_unicode setting.
Diffstat (limited to 'README.unittests')
| -rw-r--r-- | README.unittests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.unittests b/README.unittests index 103956236..617d5fd6f 100644 --- a/README.unittests +++ b/README.unittests @@ -81,3 +81,8 @@ utility with the "-a" (annotate) option, such as: which will create a new annotated file ./lib/sqlalchemy/sql.py,cover . Pretty cool ! +TIPS +---- +When running the tests on postgres, postgres gets slower and slower each time you run the tests. +This seems to be related to the constant creation/dropping of tables. Running a "VACUUM FULL" +on the database will speed it up again. |
