diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-07-17 20:04:22 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-07-17 20:04:22 -0400 |
commit | de115ae40695d8e9fa6d85c629222bec2ea01ff6 (patch) | |
tree | 61cb3580b0b0d98d2740c169034e17863ea3499d /test/sql/test_selectable.py | |
parent | 6051636d89d65ea33f7bf52103110ea274bf062a (diff) | |
download | sqlalchemy-de115ae40695d8e9fa6d85c629222bec2ea01ff6.tar.gz |
- a big renaming of all the _Underscore classes to have
plain names. The old names are still defined for
backwards compatibility.
- _BindParamClause renamed to BindParameter
Diffstat (limited to 'test/sql/test_selectable.py')
-rw-r--r-- | test/sql/test_selectable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_selectable.py b/test/sql/test_selectable.py index f41360359..b2b8ce187 100644 --- a/test/sql/test_selectable.py +++ b/test/sql/test_selectable.py @@ -668,7 +668,7 @@ class JoinConditionTest(fixtures.TestBase, AssertsExecutionResults): # TODO: this raises due to right side being "grouped", and no - # longer has FKs. Did we want to make _FromGrouping friendlier + # longer has FKs. Did we want to make FromGrouping friendlier # ? assert_raises_message(exc.ArgumentError, |