We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338516c commit c88c464Copy full SHA for c88c464
1 file changed
sqlalchemy-stubs/sql/compiler.pyi
@@ -35,7 +35,7 @@ else:
35
RESERVED_WORDS: Set[str]
36
LEGAL_CHARACTERS: Pattern[str]
37
LEGAL_CHARACTERS_PLUS_SPACE: Pattern[str]
38
-ILLEGAL_INITIAL_CHARACTERS: str
+ILLEGAL_INITIAL_CHARACTERS: Set[str]
39
FK_ON_DELETE: Pattern[str]
40
FK_ON_UPDATE: Pattern[str]
41
FK_INITIALLY: Pattern[str]
0 commit comments