cosmos-sdk/orm/model/ormtable
dependabot[bot] 084e129fcf
build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096)
* build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2

Bumps [pgregory.net/rapid](https://github.com/flyingmutant/rapid) from 0.4.8 to 0.5.2.
- [Release notes](https://github.com/flyingmutant/rapid/releases)
- [Commits](https://github.com/flyingmutant/rapid/compare/v0.4.8...v0.5.2)

---
updated-dependencies:
- dependency-name: pgregory.net/rapid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix group tests

* update orm to 0.5.2

* Fix some tests

* finish upgrading orm

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-30 20:17:15 +00:00
..
testdata
auto_increment_test.go refactor(ORM)!: InsertReturningID -> InsertReturning<PrimaryKeyName> (#11659) 2022-05-13 21:47:55 +00:00
auto_increment.go refactor(ORM)!: InsertReturningID -> InsertReturning<PrimaryKeyName> (#11659) 2022-05-13 21:47:55 +00:00
backend.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
batch.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
bench_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
build.go build: ensure GOWORK=off make test passes (#12951) 2022-08-18 15:20:27 +02:00
doc.go
filter.go
hooks.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
index_impl.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
index.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
iterator.go build: ensure GOWORK=off make test passes (#12951) 2022-08-18 15:20:27 +02:00
paginate.go build: ensure GOWORK=off make test passes (#12951) 2022-08-18 15:20:27 +02:00
primary_key.go
save_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
singleton_test.go
singleton.go
table_impl.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
table_test.go build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096) 2022-08-30 20:17:15 +00:00
table.go refactor(ORM)!: InsertReturningID -> InsertReturning<PrimaryKeyName> (#11659) 2022-05-13 21:47:55 +00:00
unique.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
util.go