cosmos-sdk/orm/model/ormtable
Aaron Craelius 13493d3645
fix(orm)!: duration encoding doesn't handle nil values properly (#15138)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
2023-04-13 17:37:46 +00:00
..
testdata feat(orm): add sequence getter for auto increment tables (#15320) 2023-03-09 14:56:09 +00:00
auto_increment_test.go chore: linting (#15813) 2023-04-12 12:36:42 +00:00
auto_increment.go chore: linting (#15814) 2023-04-12 13:21:47 +00:00
backend.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
batch.go chore: linting (#15814) 2023-04-12 13:21:47 +00:00
bench_test.go chore: linting (#15814) 2023-04-12 13:21:47 +00:00
build.go chore: linting (#15814) 2023-04-12 13:21:47 +00:00
doc.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00
duration_test.go fix(orm)!: duration encoding doesn't handle nil values properly (#15138) 2023-04-13 17:37:46 +00:00
filter.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
hooks.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
index_impl.go chore: linting (#15814) 2023-04-12 13:21:47 +00: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 chore: linting (#15813) 2023-04-12 12:36:42 +00:00
primary_key.go refactor(orm)!: update to new module schema descriptor (#11273) 2022-03-01 16:18:45 +00:00
save_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
singleton_test.go refactor(orm)!: rename table interfaces from Store -> Table in codegen (#11176) 2022-02-14 15:23:52 +00:00
singleton.go chore: linting (#15814) 2023-04-12 13:21:47 +00:00
table_impl.go chore: linting (#15814) 2023-04-12 13:21:47 +00:00
table_test.go fix(orm)!: duration encoding doesn't handle nil values properly (#15138) 2023-04-13 17:37:46 +00:00
table.go feat(orm): add sequence getter for auto increment tables (#15320) 2023-03-09 14:56:09 +00:00
timestamp_test.go fix(orm)!: duration encoding doesn't handle nil values properly (#15138) 2023-04-13 17:37:46 +00:00
unique.go style: gofumpt linting (#15605) 2023-03-30 06:27:38 +00:00
util.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00