sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
700 stars 230 forks source link

Enable resultsets from tablevalued functions in sql server #823

Closed dsfr-be closed 6 months ago

dsfr-be commented 7 months ago

As from SQL 2017 resultsets from table valued functions are not properly rendered due to different behavior of the depricated SET FMTONLY ON/OFF

The changes enables to still retrieve the resultset in case a table valued function is detected

sjh37 commented 6 months ago

I don't want to change the database compatibility level as users would not be happy if I changed it. So as part of case #448 I will investigate using the following if > 130