GORM Playground Link

Gorm When only ID is used as the primary key, the save method will insert a record without any data changes

https://github.com/go-gorm/playground/pull/1

Description

gorm v1.25.1 Gorm When only ID is used as the primary key, the save method will insert a record without any data changes Prerequisite:

Execute the save operation with only ID as the primary key.

The save operation contains the primary key ID. The expectation is not to cause any data changes or insert records.

Current situation: The save operation will add an insertion statement, recording duplicate IDs that are different. Each execution will result in a new record

Comment From: github-actions[bot]

The issue has been automatically marked as stale as it missing playground pull request link, which is important to help others understand your issue effectively and make sure the issue hasn't been fixed on latest master, checkout https://github.com/go-gorm/playground for details. it will be closed in 30 days if no further activity occurs. if you are asking question, please use the Question template, most likely your question already answered https://github.com/go-gorm/gorm/issues or described in the document https://gorm.io ✨ Search Before Asking

Comment From: luohuan

前提条件:ID主键有加这个tag <-:false

Comment From: luohuan

Gorm When only ID is used as the primary key, the save method will insert a record without any data changes

Comment From: github-actions[bot]

The issue has been automatically marked as stale as it missing playground pull request link, which is important to help others understand your issue effectively and make sure the issue hasn't been fixed on latest master, checkout https://github.com/go-gorm/playground for details. it will be closed in 30 days if no further activity occurs. if you are asking question, please use the Question template, most likely your question already answered https://github.com/go-gorm/gorm/issues or described in the document https://gorm.io ✨ Search Before Asking