We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd16b2d commit cadd441Copy full SHA for cadd441
test/files/column_server_default_ticket_81.py
@@ -15,5 +15,5 @@ class A:
15
b = Column(Boolean, nullable=False, server_default=true())
16
c = Column(DateTime, server_default=func.now(), nullable=False)
17
18
- # EXPECTED: error: Cannot infer type argument 1 of "Column"
+ # EXPECTED_MYPY: Cannot infer type argument 1 of "Column"
19
d = Column(Boolean, server_default=func.now(), nullable=False)
0 commit comments