Describe the feature

1.How to add a hint into Raw SQL? I had a try to select/update,it's ok.but Raw("select from user limit 1").Scan(&users) have not the hint. https://gorm.io/zh_CN/docs/sql_builder.html#StatementModifier 2.May I add a middleware into SQL with context parameter to insert before sql like this: / user_id=1 */ select id from user limit 1

THX!

Comment From: github-actions[bot]

This issue has been automatically marked as stale because it has been open 360 days with no activity. Remove stale label or comment or this will be closed in 180 days