-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
Whenever we have generated columns (On insert or update), we do Select after insert/update to retrieve generated values to populate the entity in memory. In some cases, user may want just save the data and not care about updating them in memory any further (because not using them later).
At present there is no mechanism for this functionality.
JeanCollas, popcatalin81, andrewbasarab, paya-cz, MrSantaCloud and 62 more