-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [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.
- Loading branch information
1 parent
e59cc9e
commit 2040221
Showing
15 changed files
with
1,579 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.