Skip to content

Releases: survivorbat/gorm-like

v0.2.0

26 May 08:12
a5fd04b

Choose a tag to compare

Updated to gorm 1.30 in #6 by @WilliamDeKeyzer

Thank you for your contribution :)

v0.1.1

29 Apr 12:09
b1c789f

Choose a tag to compare

Bugfix by @bramca in #5

v0.1.0

29 Oct 08:02
e755bd2

Choose a tag to compare

  • Update to a more up-to-date gorm version that uses a new type of clause, and support that clause
  • Cast the like-able column to varchar to catch non-string type cases

v0.0.7

17 Jan 14:02
7e2f9c9

Choose a tag to compare

Add guard against non-existent fields in queries

v0.0.6

24 Aug 07:09

Choose a tag to compare

Add ability to set the gormlike tag to false to never allow a field to be like-able as suggested by #1

v0.0.5

06 Jul 12:00

Choose a tag to compare

Add conditional on cond.Column not being a string

v0.0.4

04 Jul 14:18

Choose a tag to compare

Make it so that .Set("gormlike", false) works for all queries

v0.0.3

04 Jul 12:43

Choose a tag to compare

Add SettingOnly() for more fine-grained like-ing

v0.0.2

04 Jul 10:01

Choose a tag to compare

Fix queries not properly grouping

v0.0.1

28 Jun 17:39

Choose a tag to compare

Add the 'gormlike' tag