You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triage: We will consider doing this in the future, but:
Probably in a limited form that doesn't require any complex parsing of SQL
In a way that doesn't change the semantics of the default--for example, we wouldn't make getdate() be calculated on the client rather than the server
This means probably just simple literals
It will likely require some form of templating or other customization mechanism for code generation as a prerequisite so that the defaults can be used selectively where wanted.
See #9617. For example, if a column State has a default of "WA", then the entity type would be generated as:
Consider also parsing common SQL defaults, like getdate(), and generating a CLR equivalent.
The text was updated successfully, but these errors were encountered: