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

add indexes to include_object hook #203

Closed
sqlalchemy-bot opened this issue May 8, 2014 · 9 comments
Closed

add indexes to include_object hook #203

sqlalchemy-bot opened this issue May 8, 2014 · 9 comments
Milestone

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Teemu (@Frozenball)

There are some indexes that we don't want to create or remove. Unlike
Unlike tables and columns, they can't be filtered by using the include_object.

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

ok, pull req welcome here if that helps

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • removed labels: low priority
  • added labels: high priority

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • removed labels: feature
  • added labels: bug

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • set milestone to "fasttrack"

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

Issue #233 was marked as a duplicate of this issue.

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • added labels: autogenerate - detection

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed title from "Indexes can't be filtered from auto generation" to "add indexes to include_object hook"

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

  • Indexes and unique constraints are now included in the
    :paramref:.EnvironmentContext.configure.include_object hook.
    Indexes are sent with type "index" and unique constraints with
    type "unique_constraint".
    fixes add indexes to include_object hook #203

e7d17fb

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant