Releases: Masterminds/squirrel
Releases · Masterminds/squirrel
v1.5.4
What's Changed
- feat: add remove select builder columns method by @PatricPippi in #331
- Change to get GitHub to recognize the license by @mikeschinkel in #339
- [#82] Added FROM clause to update builder by @mlaflamm in #256
New Contributors
- @PatricPippi made their first contribution in #331
- @mikeschinkel made their first contribution in #339
- @mlaflamm made their first contribution in #256
Full Changelog: v1.5.3...v1.5.4
v1.5.3
v1.5.2 Fix placeholder generation for And/Or
What's Changed
- #301 Conjunction produces wrong dollar parameter placeholders by @strider2038 in #302
v1.5.1: Fix Select subquery with DollarPlaceholder (#298)
v1.5.0: Added paren for select statement in set clause (#263)
- Add
InnerJoin
andCrossJoin
methods - Fix nested select statements in
Update.Set
values
v1.4.0
v1.3.0
v1.2.0
Fixing go mod
go mod requires vX.X.X
Fixing package managers
Some package managers treat the "v1.0" tag as having higher precedence than the "v1" branch. Creating a new tag to help people roll forward.