Skip to content

Releases: Masterminds/squirrel

v1.5.4

17 Mar 12:56
d8eb51b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3: #316 JoinClause with subquery produces wrong dollar parameter placeho…

20 May 15:34
9b18b54
Compare
Choose a tag to compare

v1.5.2 Fix placeholder generation for And/Or

29 Nov 15:52
def598c
Compare
Choose a tag to compare

What's Changed

v1.5.1: Fix Select subquery with DollarPlaceholder (#298)

13 Oct 18:22
84ae2bc
Compare
Choose a tag to compare

What's Changed

  • doc: fix deprecated usage of NewStmtCache by @elvizlai in #274
  • Add missing MustSql methods by @swithek in #288
  • Fix Select subquery with DollarPlaceholder by @lann in #298

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0: Added paren for select statement in set clause (#263)

27 Nov 21:51
d1a9a0e
Compare
Choose a tag to compare
  • Add InnerJoin and CrossJoin methods
  • Fix nested select statements in Update.Set values

v1.4.0

09 May 16:56
Compare
Choose a tag to compare

Test fix and StatementBuilder.Where

v1.3.0: Update documentation and examples for some SelectBuilder methods and …

29 Apr 19:58
3c944b9
Compare
Choose a tag to compare

v1.2.0

28 Jan 16:00
59c11a6
Compare
Choose a tag to compare
Update README.md

Fixing go mod

18 Jan 16:03
fa735ea
Compare
Choose a tag to compare

go mod requires vX.X.X

Fixing package managers

14 Jan 18:06
fa735ea
Compare
Choose a tag to compare

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.