Skip to content

Commit

Permalink
chore: remove unused orm module (#23633)
Browse files Browse the repository at this point in the history
(cherry picked from commit d7f101e)

# Conflicts:
#	orm/CHANGELOG.md
#	orm/README.md
#	orm/encoding/encodeutil/util.go
#	orm/encoding/ormfield/bool.go
#	orm/encoding/ormfield/codec_test.go
#	orm/encoding/ormfield/duration.go
#	orm/encoding/ormfield/duration_test.go
#	orm/encoding/ormfield/enum.go
#	orm/encoding/ormfield/int32.go
#	orm/encoding/ormfield/int64.go
#	orm/encoding/ormfield/string.go
#	orm/encoding/ormfield/timestamp.go
#	orm/encoding/ormfield/timestamp_test.go
#	orm/encoding/ormfield/uint32.go
#	orm/encoding/ormfield/uint64.go
#	orm/encoding/ormkv/index_key.go
#	orm/encoding/ormkv/key_codec.go
#	orm/encoding/ormkv/primary_key.go
#	orm/encoding/ormkv/unique_key.go
#	orm/encoding/ormkv/unique_key_test.go
#	orm/go.mod
#	orm/go.sum
#	orm/internal/codegen/file.go
#	orm/internal/codegen/index.go
#	orm/internal/codegen/query.go
#	orm/internal/listinternal/options.go
#	orm/internal/testkv/compare.go
#	orm/internal/testkv/debug.go
#	orm/internal/testkv/leveldb.go
#	orm/internal/testkv/mem.go
#	orm/model/ormdb/genesis.go
#	orm/model/ormdb/module.go
#	orm/model/ormdb/module_test.go
#	orm/model/ormtable/auto_increment_test.go
#	orm/model/ormtable/backend.go
#	orm/model/ormtable/batch.go
#	orm/model/ormtable/bench_test.go
#	orm/model/ormtable/hooks.go
#	orm/model/ormtable/iterator.go
#	orm/model/ormtable/table_test.go
#	orm/orm.go
#	orm/sonar-project.properties
#	orm/testing/ormmocks/hooks.go
#	orm/testing/ormmocks/match.go
#	orm/types/kv/store.go
#	orm/types/ormerrors/errors.go
  • Loading branch information
zrbecker authored and mergify[bot] committed Feb 7, 2025
1 parent b9db4d2 commit b094d98
Show file tree
Hide file tree
Showing 68 changed files with 0 additions and 16,907 deletions.
7 changes: 0 additions & 7 deletions orm/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions orm/cmd/protoc-gen-go-cosmos-orm-proto/main.go

This file was deleted.

11 changes: 0 additions & 11 deletions orm/cmd/protoc-gen-go-cosmos-orm/main.go

This file was deleted.

3 changes: 0 additions & 3 deletions orm/encoding/docs.go

This file was deleted.

121 changes: 0 additions & 121 deletions orm/encoding/ormfield/bytes.go

This file was deleted.

113 changes: 0 additions & 113 deletions orm/encoding/ormfield/codec.go

This file was deleted.

47 changes: 0 additions & 47 deletions orm/encoding/ormkv/codec.go

This file was deleted.

Loading

0 comments on commit b094d98

Please sign in to comment.