myuan 2 years ago
parent
commit
ea45b0a03e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests_config.py

+ 2 - 0
tests_config.py

@@ -507,4 +507,6 @@ sql_checker_tests = [
         'column `count` not exists in `class`',
     ),
     ("select age, class.grade from class, person;", True),
+    ("select age, person.grade from class, person;", 'column `person.grade` not exists in `class, person`'),
+
 ]