-
-
Couldn't load subscription status.
- Fork 4.1k
Open
Labels
type:feature_requestfeature requestfeature request
Description
Describe the feature
-
I delete a column, without restart the server, and get following error:
gorm cached plan must not change result type (SQLSTATE 0A000)
-
According to this post: https://stackoverflow.com/a/48536394, I tried to add param
autosave=conservativeinto DSN for pg, then when start got error:failed to connect database: unrecognized configuration parameter "autosave" (SQLSTATE 42704)
So, can gorm try to support the autosave option in DSN for pg ?
Motivation
So than if db changed a bit, I don't have to restart the server.
Related Issues
Metadata
Metadata
Assignees
Labels
type:feature_requestfeature requestfeature request