Stephano George

Results 12 comments of Stephano George

Please approval workflows. I force pushed because I fixed code coverage, and squashed commits down to just 2.

@a631807682 But according to https://github.com/go-gorm/gorm/issues/5142, GORM should handle this, isn't it?

Thanks! `Select("people.*, addresses.*")` will make result column name has table name as prefix, so the `Scan` can be done without ambiguity

I think GORM can parse `Select("user.*", "user_language.skilled", "language.*")` if each string in `Select` satisfy `` `?(.+)`?\..+ ``, and scan first 6 fields to `Result.User`, then scan `skilled` to `Result.UserLanguage`, and...

1. I meant only parsing strings in `Select`, they are only table or column names. 2. GORM already needs to support all drivers for `SELECT, INSERT, UPDATE, DELETE`. 3. If...

@a631807682 I can make a PR if you accept this

I found that GORM doesn't have to parse `Select()`. @jinzhu Please review the PR.

可以试着减少说明,增加配置的复杂度来提高门槛

> @hironpan 最后的版本就是 v4.1.1吧好像, 后续版本不开源了~充钱买吧少年~ 请问现在 `https://github.com/hyb1996/Auto.js` 提交的是什么版本?