diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-03 22:47:23 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-03 22:47:23 +0300 |
commit | 49d12142b37dc5ec117a00849f92a503506a08ab (patch) | |
tree | 28e6e60ba36ae89c209b03359565690d5add3204 /test/orm/test_relationships.py | |
parent | bde46e33593805584c7c0dedb3a666909fb67888 (diff) | |
download | sqlalchemy-pr/266.tar.gz |
Spelling fixespr/266
Diffstat (limited to 'test/orm/test_relationships.py')
-rw-r--r-- | test/orm/test_relationships.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_relationships.py b/test/orm/test_relationships.py index 061187330..5cde60ade 100644 --- a/test/orm/test_relationships.py +++ b/test/orm/test_relationships.py @@ -355,7 +355,7 @@ class M2ODontOverwriteFKTest(fixtures.MappedTest): class DirectSelfRefFKTest(fixtures.MappedTest, AssertsCompiledSQL): """Tests the ultimate join condition, a single column - that points to itself, e.g. within a SQL function or similar. + that points to itself, e.g. within an SQL function or similar. The test is against a materialized path setup. this is an **extremely** unusual case:: |