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

Review Ingres dialect support for unique indexes #55

Closed
hab6 opened this issue May 31, 2024 · 1 comment
Closed

Review Ingres dialect support for unique indexes #55

hab6 opened this issue May 31, 2024 · 1 comment

Comments

@hab6
Copy link
Contributor

hab6 commented May 31, 2024

The Ingres dialect contains some support for handling unique indexes. Need to review and determine if any enhancements are needed in this area.

@hab6
Copy link
Contributor Author

hab6 commented Jul 26, 2024

Several recent PRs are related to indexes and unique constraints.
#52 - Added dialect method get_unique_constraints
#56 - Mitigated AssertionError for unique constraints
#58 - Load iidbcapabilities and build column definition involving unique constraints
#60 - Return user and system defined indexes from dialect method get_indexes
#61 - Properly reflect column attributes: nulllable, autoincrement, comment

@hab6 hab6 closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant