Skip to content

Releases: ulule/loukoum

v3.5.2: Merge pull request #117 from ulule/fix/panic-if-condition-is-nil

18 May 17:36
c7aafb4
Compare
Choose a tag to compare
fix: panic if condition is nil on WHERE / AND clauses

Loukoum v3.5.1

17 May 09:02
4790f61
Compare
Choose a tag to compare
  • Allow multiple expressions in from
  • Allow raw expression in from

Loukoum v3.5.0

14 May 08:43
bad047a
Compare
Choose a tag to compare
  • Add Call expression
  • Allow any expression in join condition
  • Quote identifiers

Loukoum v3.4.0

24 Apr 13:12
fa07156
Compare
Choose a tag to compare
  • update dependencies
  • add DISTINCT ON stmt

Loukoum v3.3.0

15 Dec 18:03
d2f4f2d
Compare
Choose a tag to compare

Changelog

  • Returning statement should preserve order of given columns
  • Add wrappers for stmt.Offset and stmt.Limit
  • Allow stmt.Limit and stmt.Order in select builder

Links: #87

Loukoum v3.2.1

07 Oct 12:52
Compare
Choose a tag to compare

Changelog

  • Upgrade github.com/lib/pq dependency
  • Upgrade github.com/stretchr/testify dependency
  • Cleanup go modules
  • Upgrade go docker image for dev and test

Loukoum v3.2.0

08 Jul 07:51
742ec87
Compare
Choose a tag to compare

Changelog

  • Add support of comment statement

Links: #81

Loukoum v3.1.0

05 Jun 10:02
7ed4e94
Compare
Choose a tag to compare
  • Handle bidirectional operators

v3.0.3

23 May 12:01
be8dac3
Compare
Choose a tag to compare
Merge pull request #78 from ulule/fix/do-not-panic-when-formatting-a-…

…nil-valuer

fix: don't panic when formatting a nil valuer

Loukoum v3.0.2

19 Mar 22:46
Compare
Choose a tag to compare
  • Minor changes in go modules.
  • Update README