Skip to content

v2.31.0

Choose a tag to compare

@sjh37 sjh37 released this 25 May 20:32
· 793 commits to master since this release
  • #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.
  • #263 Remove DbContextStaticPartial() code generation.
  • #275 Settings to control context file header comment block.
  • #281 Default values must be escaped. Thanks to elincognito.
  • #279 Rename reserved C# keywords for SP return models to prepend @. Thanks to rocker8942.
  • Cleanup illegal C# stored procedure names.