-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
GORM Playground Link
Description
# tx *gorm.DB
tx.Table(deviceTableName).Clauses(hints.CommentBefore("insert", "...")).Create(&ins).Error
The log output does not show me the comment before insert query, while the others like UPDATES or FIRST is still alright with the comments.
I am using gorm.io/gorm v1.25.12 and gorm.io/hints v1.1.2.
Please check this case for me. Thank a lot.
Metadata
Metadata
Assignees
Labels
No labels