cosmos-sdk/orm/model/ormtable
Aaron Craelius 5126ec3c79
feat(orm)!: tweak API to allow pagination in generated code (#11079)
* WIP on fixing issues and expanding tests with codegen

* fixes

* fix tests

* feat(orm)!: pagination codegen and API cleanup

* WIP on refactoring list/paginate

* fixes

* fixes

* tests pass

* codegen

* codegen

* Update orm/model/ormtable/index.go

Co-authored-by: Marko <marbar3778@yahoo.com>

* codegen

* Update orm/model/ormtable/filter.go

Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>

* revert

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2022-02-02 16:12:11 -05:00
..
testdata feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
auto_increment.go feat(orm): return newly generated ID with auto-increment tables (#11040) 2022-02-01 17:14:46 +00:00
auto_increment_test.go feat(orm): return newly generated ID with auto-increment tables (#11040) 2022-02-01 17:14:46 +00:00
backend.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00
batch.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00
build.go feat(orm): codegen (#11033) 2022-01-28 18:43:24 +00:00
doc.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +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 feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00
index.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
index_impl.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
iterator.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
paginate.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
primary_key.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
singleton.go fix(orm): codegen issues (#11061) 2022-01-31 19:23:15 -05:00
singleton_test.go fix(orm): codegen issues (#11061) 2022-01-31 19:23:15 -05:00
table.go feat(orm): return newly generated ID with auto-increment tables (#11040) 2022-02-01 17:14:46 +00:00
table_impl.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
table_test.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
unique.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
util.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00