Cr.

Results 133 comments of Cr.

I'm not sure if you're talking to me, I don't have permission to assign anyone, you can use the close keyword in the PR to associate this issue, so that...

I get the error too when i use [email protected]. Because it's not support the field `module` in `package.json` . I temporarily modified to ``` import JsonEditor from 'vue-json-edit/dist/vue-json-edit.js' ``` But...

Can you create a pr in [go-gorm/playground](https://github.com/go-gorm/playground) to describe it ? https://github.com/go-gorm/gorm/blob/master/tests/delete_test.go#L248

@Zacama I checked the playground and test is passed. Are you using mysql? It does not support returning.

returning may need to be specified depending on the version, need confirm. https://github.com/go-gorm/mysql/blob/master/mysql.go#L41 @Zacama I didn't try it, but you should be able to use like this ```go callbacks.RegisterDefaultCallbacks(db, &callbacks.Config{...

how about? ```go db, _ := gorm.Open(mysql.Open(dsn)) createCallback := db.Callback().Create() createCallback.Clauses = []string{"INSERT", "VALUES", "ON CONFLICT", "RETURNING"} ```

@Zacama I think we can keep it open and wait for someone to implement it.

I don't know whether `Using` has side effects. If not, we can drop default value first when type changes and add it after completion. We can also judge whether to...