Skip to content

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