goqu v8.2.0 Release Notes

Release Date: 2019-08-01 // over 4 years ago
    • [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.