github doug-martin/goqu v8.2.0

latest releases: v9.15.0, v9.14.0, v9.13.0...
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.

Don't miss a new goqu release

NewReleases is sending notifications on new releases.