Skip to content

v8.2.0

Compare
Choose a tag to compare
@doug-martin doug-martin released this 01 Aug 23:50
· 195 commits to master since this release
964b99c
  • [FIX] Fix reflection errors related to nil pointers and unexported fields #118
    • Unexported fields are ignored when creating a columnMap
    • Nil embedded pointers will no longer cause a panic
    • Fields on nil embedded pointers will be ignored when creating update or insert statements.
  • [ADDED] You can now ingore embedded structs and their fields by using db:"-" tag on the embedded struct.