master
Refactor Prepared Statement
Setup tests script
feat: add MigrateColumnUnique (#6640)
feature: bring custom type and id column name to polymorphism (#6716)
ci: add gofumpt check in reviewdog (#4973)
test: coverage for duplicated key err (#6389)
feat: add tidb integration test cases (#6014)
enhancement: Avoid calling reflect.New() when passing in slice of values to `Scan()` (#5388)
fix: remove `callback` from `callbacks` if `Remove()` called (#6916)
fix: omit not work when use join (#5034)
let limit and offset use bind parameter (#6806)
Fix insert id into map results, fix #6812
Fix use uint to for autoCreateTime, autoUpdateTime
Support default tag for time.Time
add support for returning in sqlserver (#6585)
Fix tests in local
test: fix TestEmbeddedRelations (#6639)
test: coverage for foreign key violation err (#6403)
Don't close prepared stmt for normal db error
fix: avoid panic when open fails
fix: update panic if model is not ptr (#6037)
Support delete associations with Select when deleting
fix: nested joins alias (#6265)
style: fix coding typo (#5184)
Fix AutoMigrate for bool fields with default value
Fix: Where clauses with named arguments may cause generation of unintended queries (#4937)
Add index priority supports
Test postgres autoincrement check
fix: preload panic when model and dest different close #5130
fix: nested preload with join panic when find (#6877)
fix(scan): array element is set to a zero value (#6890)
fix: duplicate column scan (#5369)
fix: database/sql.Scanner should not retain references (#6380)
Fix tests doesn't follow https://gorm.io/docs/method_chaining.html convention
fix: unit test (#6250)
fix: support zeroValue tag on DeletedAt (#6011)
test: namer identifier lenght (#6872)
add test: TestAutoMigrateInt8PG: shouldn't execute ALTER COLUMN TYPE smallint, close #5762
Update select tests
add test to show that update from works
simplified regexp (#5677)