Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type annotations in create_foreign_key #1430

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Fix type annotations in create_foreign_key

    The constraint name parameter of create_foreign_key should be optional, but the batch function
    defined it as str instead of Optional[str].
    
    Closes sqlalchemy#1429
    kasium committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    724a59a View commit details
    Browse the repository at this point in the history