Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

xiam
Copy link
Member

@xiam xiam commented Jul 30, 2017

This PR adds support for partial updates via embedding a new sqlbuilder.Entity struct:

type MyStruct struct {
    ID uint64 `db:"id,omitempty"`
    ...
    sqlbuilder.Entity
}

Now UPDATE statements won't insert the whole struct anymore, only the fields that changed from the last time the struct was pulled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant