Tags: slavsan/gorm
Tags
fix(Joins): args with select and omit (go-gorm#5790) * fix(Joins): args with select and omit * chore: gofumpt style
Add TableName with NamingStrategy support, close go-gorm#5726
fix: association many2many duplicate elem (go-gorm#5473) * fix: association many2many duplicate elem * chore: gofumpt style
enhancement: Avoid calling reflect.New() when passing in slice of val… …ues to `Scan()` (go-gorm#5388) * fix: reduce allocations when slice of values * chore[test]: Add benchmark for scan * chore[test]: add bench for scan slice * chore[test]: add bench for slice pointer and improve tests * chore[test]: make sure database is empty when doing slice tests * fix[test]: correct sql delete statement * enhancement: skip new if rows affected = 0
fix: tables lost when joins exists in from clause, close go-gorm#5218 commit 7f6a603afa26820e187489b5203f93adc513687c Author: Jinzhu <wosmvp@gmail.com> Date: Sat Apr 2 17:26:48 2022 +0800 Refactor go-gorm#5218 commit 95d00e6 Author: huangcheng1 <huangcheng1@sensetime.com> Date: Fri Apr 1 16:30:27 2022 +0800 fix: tables lost when joins exists in from clause
fix: serializer use default valueOf in assignInterfacesToValue, close g… …o-gorm#5168 commit 58e1b2bffbc216f2862d040fb545a8a486e473b6 Author: Jinzhu <wosmvp@gmail.com> Date: Fri Mar 18 17:06:43 2022 +0800 Refactor go-gorm#5168 commit fb92330 Author: ag9920 <alexgong7@outlook.com> Date: Thu Mar 17 21:23:28 2022 +0800 fix: serializer use default valueOf in assignInterfacesToValue
PreviousNext