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

SQL Server table valued functions disappeared #2317

Closed
Dimigergo opened this issue May 10, 2024 · 4 comments
Closed

SQL Server table valued functions disappeared #2317

Dimigergo opened this issue May 10, 2024 · 4 comments
Labels
bug Something isn't working reveng reveng-cli

Comments

@Dimigergo
Copy link

In the new version 2.6.262 the functions disappeared. The 2.6.200 is was ok.

EFCoreFuncBigintPK.zip

The db.sql file is my db with "funcGetRes" table valued function.
The "old" version of the EF Core Power Tools generate the funcGetResResult.cs with the properties.
Please check the generated (if generated) ResId property because sometimes it was generated to int? not long?!

Is it a "magic" switch on the new config?

Thanks in advance!

@ErikEJ
Copy link
Owner

ErikEJ commented May 10, 2024

It is most likely a bug due to refactroing for Postgres support _ i will investigate

@ErikEJ
Copy link
Owner

ErikEJ commented May 10, 2024

I implemented a fix for this in the latest daily build, would be grateful if you could try it out. (Build .265 or later)

Once you have verified the fix I will push a new version to VS MarketPlace

@ErikEJ ErikEJ closed this as completed May 10, 2024
@ErikEJ ErikEJ added bug Something isn't working reveng reveng-cli labels May 10, 2024
@Dimigergo
Copy link
Author

Thanks, I have tried it, and works well. :)

@ErikEJ
Copy link
Owner

ErikEJ commented May 13, 2024

@Dimigergo Thanks for the heads up!

If you like my free tools, I would be very grateful for a rating or review on Visual Studio Marketplace or even a one-time or monthly sponsorship

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reveng reveng-cli
Projects
None yet
Development

No branches or pull requests

2 participants