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
#262 Optimised TableSQL Query. Thanks to Tranceporter.
#267 Fix: closing brace in wrong place. Thanks to Andygjp.
#268 Added EF interception integration for the multiple result set generated stored procs, as these utilised the underlying DbContext database connection directly, missing the EF interception points. Thanks to samartzidis.
#269 Fixed "Unit of work" #endregion condition. Thanks to Dmitry Bogatykh.
#271 Added CodeFirstFunctions ResultColumnName support. Thanks to Dmitry Bogatykh.
#274 Fixed DbInterception API misuse. Thanks to Dmitry Bogatykh.
#273 Added ability to add custom DataAnnotations based on column name. Thanks to Shane Milton.
#276 Added possiblity to make the classes (DbContext, Fakes and POCO classes) itnernal. Thanks to Boris Donev.