diff options
Diffstat (limited to 'lib/sqlalchemy/testing/suite/test_results.py')
-rw-r--r-- | lib/sqlalchemy/testing/suite/test_results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/suite/test_results.py b/lib/sqlalchemy/testing/suite/test_results.py index 9ffaa6e04..2dfa8a79a 100644 --- a/lib/sqlalchemy/testing/suite/test_results.py +++ b/lib/sqlalchemy/testing/suite/test_results.py @@ -95,7 +95,7 @@ class RowFetchTest(fixtures.TablesTest): """test that a scalar select as a column is returned as such and that type conversion works OK. - (this is half a SQLAlchemy Core test and half to catch database + (this is half an SQLAlchemy Core test and half to catch database backends that may have unusual behavior with scalar selects.) """ |