Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
12 contributions in the last year
Contribution activity
October 2020
September 2020
Created an issue in go-gorm/gorm that received 2 comments
Named Parameter not working with slice
Named parameters do not seem to work in combination with slice parameters as in this example:
db.Raw("SELECT * FROM users WHERE id IN (@ids)", map[…