diff options
Diffstat (limited to 'test/sql/test_insert.py')
| -rw-r--r-- | test/sql/test_insert.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/sql/test_insert.py b/test/sql/test_insert.py index 1c24d4c79..308f654f7 100644 --- a/test/sql/test_insert.py +++ b/test/sql/test_insert.py @@ -96,7 +96,11 @@ class InsertTest(_InsertTestBase, fixtures.TablesTest, AssertsCompiledSQL): def test_binds_that_match_columns(self): """test bind params named after column names - replace the normal SET/VALUES generation.""" + replace the normal SET/VALUES generation. + + See also test_compiler.py::CrudParamOverlapTest + + """ t = table("foo", column("x"), column("y")) |
