Skip to content

Releases: guanghuang/DapperRelMapper

v1.2.4

11 Dec 14:48
134de0d
Compare
Choose a tag to compare

Release Notes

  • Add SplitOn overload methods multiple generic expression parameters

v1.2.3

09 Dec 00:15
6263880
Compare
Choose a tag to compare

Release Notes

  • Add DistinctChildren method to distinct the children of the parent from Dapper query

v1.2.2

06 Dec 01:14
5b4dc4e
Compare
Choose a tag to compare

Release Notes

  • Add child entity many to one relationship mapping, not need to use callbackAfterMapRow to do the mapping

v1.2.1

05 Dec 20:48
4b5b841
Compare
Choose a tag to compare

Release Notes

  • Add callbackAfterMapRow parameter to the SqlMultipleQuery to config parent and child callback after mapping

v1.2.0

05 Dec 20:35
3bdd23c
Compare
Choose a tag to compare

Release Notes

  • Add SqlMultipleQuery mappers which could query multiple tables at same time and map them to the parent and child entities
  • Add SplitOnBuilder to generate the splitOn parameter
  • Add xunit test project

v1.1.5

01 Dec 02:24
0c1de31
Compare
Choose a tag to compare

Release Notes

  • Add SqlBuilder from SqlBuilder project README.md file. No code change.

v1.1.4

01 Dec 02:21
b7cd556
Compare
Choose a tag to compare

Release Notes

  • Update SplitOn with return type of the expression is object, remove the boxing/unboxing unnecessary SplitOn methods for primitive type

v1.1.3

01 Dec 02:19
bdaaf14
Compare
Choose a tag to compare

Release Notes

  • Fix SplitOn on primitive type boxing/unboxing issue

v1.1.2

01 Dec 02:19
22e5a12
Compare
Choose a tag to compare

Release Notes

  • Add repeat parameter to the SplitOn method to specify the number of times the field should be repeated in the splitOn parameter, also add SplitOn method with string parameter if the field name is different from the property name.