Skip to content

v2.23.0

Choose a tag to compare

@sjh37 sjh37 released this 11 Aug 09:34
· 1041 commits to master since this release
  • #77 Remove unicode prefix from unicode column default values. Thanks to Tim Sirmovics.
  • #78 Cast default values for column mapped to an enum. Thanks to DDtMM.
  • #83 Make stored procedure exclusion filters work in a similar way to table exclusion filters. Thanks to ErikEJ.
  • #87 Add RemoveAll() function to Fake class. Thanks to rajjan.
  • #88 Fix bug where there are two foreign keys with the same name in different schemas. Thanks to Harish.