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

Skip to content

Tags: mattn/gorp

Tags

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-gorp#315 from sourcegraph/v1

backport: Initialise plans using sync.Once

v2.1

Toggle v2.1's commit message
update supported go versions

2.1

Toggle 2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace ginkgo with onpar (go-gorp#367)

We've been running in to more and more problems with ginkgo, and frankly, I prefer the simplicity of onpar.  Time to switch.

v2.0.0

Toggle v2.0.0's commit message
README updates

- Mention more infrequent changes
- Add CONTRIBUTING.md
- Mention maintainership in CONTRIBUTING.md

v1.7.1

Toggle v1.7.1's commit message
Merge pull request go-gorp#219 from sqdk/sqdk-patch-2-warn

Update gorp.go

v1.6.1

Toggle v1.6.1's commit message
columnToFieldIndex: revert b5ce3b9 change, as it breaks tag mapping w…

…hen a field marked transient matches a column mapped to another field. Fixes go-gorp#175 but reverses go-gorp#146

TestSelectAlias: modify to demonstrate how this behavior can be achieved using two separate structs - one that reflects the actual table structure (for inserts/updates) and one with the extended field, which can be used for selects.