fix(ddd): fix mysql diff with json (#24)
* feat(tool): add tool config
* fix(ddd): fix mysql diff with json
* fix(ddd): fix mysql diff with json
* fix(stage): fix get *IEntity
* fix(engine): fix entiry query
* fix(ddd): fix entiry query
* rebase: master
* fix(diff): fix update delete random order
---------
Co-authored-by:
lujinghao <lujinghao@bytedance.com>
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- engine.go 18 additions, 3 deletionsengine.go
- executor/mysql/diff.go 43 additions, 13 deletionsexecutor/mysql/diff.go
- executor/mysql/diff_test.go 65 additions, 20 deletionsexecutor/mysql/diff_test.go
- executor/mysql/executor.go 3 additions, 0 deletionsexecutor/mysql/executor.go
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 12 additions, 0 deletionsgo.sum
- snapshot.go 8 additions, 1 deletionsnapshot.go
... | ... | @@ -11,6 +11,7 @@ require ( |
github.com/robfig/cron v1.2.0 | ||
github.com/rs/xid v1.5.0 | ||
github.com/stretchr/testify v1.8.3 | ||
gorm.io/datatypes v1.2.0 | ||
gorm.io/driver/mysql v1.5.1 | ||
gorm.io/driver/sqlite v1.5.2 | ||
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 | ||
... | ... |
Please register or sign in to comment