Skip to content

Commit

Permalink
Bump rel v0.17.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs02 authored Jul 2, 2021
1 parent 7dfbbc1 commit 030e939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/denisenkom/go-mssqldb v0.9.0
github.com/go-rel/rel v0.13.0
github.com/go-rel/rel v0.17.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/denisenkom/go-mssqldb v0.9.0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27N
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/go-rel/rel v0.13.0 h1:13eSkmqeQF+M10ky9d38a5soFh80vqtwDfi5sle3vYg=
github.com/go-rel/rel v0.13.0/go.mod h1:XgnuQgSs6iSOQaZ+fp+uz4GdYsdyKcnAKkc0WhkXVJI=
github.com/go-rel/rel v0.17.0 h1:SoES3p9X8ixQ/E9NR/MnWJ9jYJpBvYzt8RKIVImSnnk=
github.com/go-rel/rel v0.17.0/go.mod h1:XgnuQgSs6iSOQaZ+fp+uz4GdYsdyKcnAKkc0WhkXVJI=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=
Expand Down
3 changes: 2 additions & 1 deletion mssql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ func TestAdapter_specs(t *testing.T) {
specs.UpdateBelongsToUpdate(t, repo)
specs.UpdateAtomic(t, repo)
specs.Updates(t, repo)
specs.UpdateAll(t, repo)
specs.UpdateAny(t, repo)

// Delete specs
specs.Delete(t, repo)
specs.DeleteBelongsTo(t, repo)
specs.DeleteHasOne(t, repo)
specs.DeleteHasMany(t, repo)
specs.DeleteAll(t, repo)
specs.DeleteAny(t, repo)

// Constraint specs
// Unique and Foreign constraint is not fully supported.
Expand Down

0 comments on commit 030e939

Please sign in to comment.