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

Filter Sequences created #780

Closed
MarkLFT opened this issue Nov 15, 2022 · 3 comments
Closed

Filter Sequences created #780

MarkLFT opened this issue Nov 15, 2022 · 3 comments
Assignees

Comments

@MarkLFT
Copy link

MarkLFT commented Nov 15, 2022

My database contains a number of sequences, several that are not required by EF Core, is their a way to filter which sequences are defined in the OnModelCreating method?

@sjh37
Copy link
Owner

sjh37 commented Nov 15, 2022

Hi Mark, Nothing as yet.
However, knowing which ones to keep can be automatically detected by looking at the (poorly and soon to be renamed) column.HasDefaultValueSql.

This is a quick win, and I may get to it this week.

@sjh37
Copy link
Owner

sjh37 commented Mar 2, 2023

Hi @MarkLFT This is now complete and will be in the next release. If you want it now, grab the EF.Reverse.POCO.v3.ttinclude file.

@sjh37 sjh37 closed this as completed Mar 2, 2023
@sjh37
Copy link
Owner

sjh37 commented Mar 2, 2023

Released in v3.8.1

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

2 participants