Violin

Results 5 issues of Violin

## Fixes Or Enhances **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers...

What method does spray use when login into target host?    Does it simulate an interactive command line, like a `expect` ? Or using a language-specific SSH client SDK ?  Or...

## Explain your user case and expected results

## Describe the feature Currently, when gen generate unittests files, it uses a fixed template: ```go err = _do.Create(&{{.StructInfo.Package}}.{{.ModelStructName}}{}) if err != nil { t.Error("create item in table fail:", err)...

## GORM Playground Link https://github.com/go-gorm/playground/pull/706 ## Description When I use GEN to update the time like [this](https://github.com/go-gorm/playground/pull/706/files#diff-79ce3229c13921b79b1175dcb211336aaf84dfd8edcf19c07698934d4fe70e5eR28-R31), it generates incorrect SQL. ![截屏2024-03-25 18 40 51](https://github.com/go-gorm/gen/assets/6880156/401b76a2-ea7d-4466-9a64-29c8b46965aa) It seems GEN will only...