-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
EF Core 7 tasks #1345
Comments
Does this handle the Tables with triggers (ie adds the |
@KayakFisher205 Yes, it does - have you experienced something else? |
No, I was just checking before I ran the tool. I have like 27 in one Database and I added those by hand. Running to the tool, it looks like it added every trigger on a table. I had just added one line and I guess that took care of all of them. This looks a lot cleaner. Thanks for the update. |
FYI, I started digging into the Handlebars code in bricelam:seven. I intend to finish it and send a PR as time allows. /cc @tonysneed |
Any update on EF 7 support @lauxjpn @cincuranet @alexkeh ? |
High level tracking for Firebird is here. |
The plan is for an Oracle EF Core 7 provider to be released by the end of this year. |
We released 7.0.0-alpha.1 of the Pomelo provider today, that supports all features of EF Core 7. The official GA release will be out by the end of the month. |
Thank you all for the updated info! I will add the alpha provider very soon! |
NET7 version isn't creating IndexerProperty for M2M while the previous version was OK |
@vitalyhermonlabs How does that relate to this issue? If you see a EF Core bug, please report in the EF Core repo, or create a new issue here. |
@ErikEJ @bricelam I released beta1 of the EF core 7 upgrade to Handlebars templates: https://github.com/TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars/releases/tag/v7.0.0-beta1 NuGet package here to test: https://www.nuget.org/packages/EntityFrameworkCore.Scaffolding.Handlebars/7.0.0-beta1 |
@tonysneed Added to latest daily |
From some testing, I was able to reverse engineer a database with triggers when using an actual connection to the database as source. However, the HasTrigger properties were not generated when using the dacpac as a source. Is this the expected behavior ? |
@dradermaker Good point - just not implemented! I have created: #1590 |
Awesome ! Thanks @ErikEJ ! You have developed a wonderful tool for the community ! |
Thanks for the kind words, @dradermaker - |
Currently the following features and providers are available:
T4 templates, SQL/Azure SQL, Postgres, SQLite, all with spatial
The text was updated successfully, but these errors were encountered: