glebarez / sqlite

The pure-Go SQLite driver for GORM
MIT License
615 stars 40 forks source link

fix: AUTOINCREMENT flag cannot apply with PRIMARY KEY #103

Closed samuelncui closed 12 months ago

samuelncui commented 1 year ago

Fix this problem https://github.com/go-gorm/gorm/issues/4760

Work with this PR to GORM: https://github.com/go-gorm/gorm/pull/6624