go-gorm/mysql

INSERT RETURNING is a MariaDB-10.5.0+ feature and will fail on earlier versions

grooverdan opened this issue · 1 comments

GORM Playground Link

go-gorm/playground#529

Description

The INSERT RETURNING isn't available to 10.5.0+.

This SO user encountered the problem.

Thank you.