dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

fixes append_constraint #210

Closed framlog closed 7 months ago

framlog commented 3 years ago

Table::append_constraint should accept an Index as well.

As what the document said:

An Index can also be manually associated with a Table, either through inline declaration or using Table.append_constraint()

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.