mirror of https://github.com/go-gorm/gorm.git
222427c474
When the migrator is used to discover the column types, such as when used with `AutoMigrate()`, it does not close the query result. This changes the migrator to close the query result and it also changes the query to use `LIMIT 1` to prevent additional work against the database when only discovering the schema. Fixes #3432. |
||
---|---|---|
.. | ||
migrator.go |