ZacamaX
ZacamaX
@a631807682 OK, I'll try it.
@a631807682 Hello, I think I reproduced the problem I had in this pr https://github.com/go-gorm/playground/pull/503 . But at the same time I encountered a new problem. When I try to create...
@a631807682  Hello, I'm using Mariadb-10.4.18. And I using this sql to test it in datagrip.  It can return.
@a631807682 I want to confirm that do you mean I should able to use like this? ``` db, _ := gorm.Open(mysql.Open(dsn)) // after init, register it. callbacks.RegisterDefaultCallbacks(db, &callbacks.Config{ CreateClauses: []string{"INSERT",...
@a631807682 It returns a lot of warning ...  I find that it has been called in gorm.Open()  So it prints a lof of warning log.
@a631807682 yeah, It can print right rawsql now.  Incredible... it can only print right right rawsql.   But when I test in mysql command line. It return correctly....
I tried to find out what the problem is, but I can't find it... So I try to use rawsql. Amazingly, it worked and it does not need execute this...
@a631807682 Really, thank you very very much for helping me solve this problem😊. I achieved my goal. I don't quite understand the process of closing the issue. If I can...
@a631807682 OK, we keep it.
You can see the problem in action by going directly to this link https://sturdy-parakeet-vqj7xp64xp62pgqg-23232.app.github.dev/example.html#tag/example/paths/~1example/get