Skip to content

Releases: survivorbat/gorm-like

v0.1.0

29 Oct 08:02
e755bd2
Compare
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
Compare
Choose a tag to compare

Add guard against non-existent fields in queries

v0.0.6

24 Aug 07:09
Compare
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
Compare
Choose a tag to compare

Add conditional on cond.Column not being a string

v0.0.4

04 Jul 14:18
Compare
Choose a tag to compare

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

v0.0.3

04 Jul 12:43
Compare
Choose a tag to compare

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

v0.0.2

04 Jul 10:01
Compare
Choose a tag to compare

Fix queries not properly grouping

v0.0.1

28 Jun 17:39
Compare
Choose a tag to compare

Add the 'gormlike' tag

v0.0.0

28 Jun 11:52
Compare
Choose a tag to compare

Initial release