diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-27 16:11:32 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-27 16:11:32 -0400 |
| commit | b9ea55f8616156820dca31ae0c65ba0115086e1e (patch) | |
| tree | 684c29a56744407a8e2e6eb81fbc8f631953cb7e /CHANGES | |
| parent | 40fd1997f0740b0111c4d7dabe06b73c1122ba4d (diff) | |
| download | sqlalchemy-b9ea55f8616156820dca31ae0c65ba0115086e1e.tar.gz | |
- more tests, move some tests out of test_reflection, test_query
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -349,6 +349,21 @@ underneath "0.7.xx". phrases that invoke separately when RETURNING is not used with INSERT. [ticket:2459] + - [feature] The libraries used by the test suite + have been moved around a bit so that they are + part of the SQLAlchemy install again. In addition, + a new suite of tests is present in the + new sqlalchemy.testing.suite package. This is + an under-development system that hopes to provide + a universal testing suite for external dialects. + Dialects which are maintained outside of SQLAlchemy + can use the new test fixture as the framework + for their own tests, and will get for free a + "compliance" suite of dialect-focused tests, + including an improved "requirements" system + where specific capabilities and features can + be enabled or disabled for testing. + - [bug] Fixed bug whereby if a database restart affected multiple connections, each connection would individually invoke a new |
