Skip to content

Refactor column query and filtering in SQL Server provider #78

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

Merged
merged 14 commits into from
May 19, 2025

Conversation

nicolaparo
Copy link
Contributor

@nicolaparo nicolaparo commented Mar 20, 2025

This pull request improves the method GetCreateTablesScriptAsync in SqlServerDatabaseGptProvider, as addressed in the issue #72.

Revised the query in SqlServerDatabaseGptProvider.cs to enhance column filtering from INFORMATION_SCHEMA.COLUMNS by adding conditions to exclude specific columns. Simplified post-query processing by removing the IsIncluded method and directly using filtered query results.

Closes #72

marcominerva and others added 14 commits January 17, 2024 11:07
Options to get query and table results together
Add new registration methods that allow to change configuration per request
Update package references across multiple projects
Revised the query in `SqlServerDatabaseGptProvider.cs` to enhance
column filtering from `INFORMATION_SCHEMA.COLUMNS` by adding
conditions to exclude specific columns. Simplified post-query
processing by removing the `IsIncluded` method and directly using
filtered query results.
@marcominerva marcominerva changed the base branch from master to develop May 19, 2025 14:01
@marcominerva marcominerva merged commit b27eb96 into marcominerva:develop May 19, 2025
1 check failed
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

Successfully merging this pull request may close these issues.

Optmize check for excluded tables in SQL Server Provider
2 participants