You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. What version of Go and system type/arch are you using?
go version go1.20.9 darwin/arm64
2. What version of GoFrame are you using?
v2.5.4
3. Can this issue be re-produced with the latest release?
Yes.
4. What did you do?
I attempted to use the save method with PostgreSQL as the database.
5. What did you expect to see?
I expected the save method to support PostgreSQL, especially since PostgreSQL already supports the upsert operation. I suggest adding support for the upsert semantics. For reference, here's the official PostgreSQL documentation.
6. What did you see instead?
I received a message indicating that PostgreSQL is not supported by the save method.
The text was updated successfully, but these errors were encountered:
Hello @FWangZil. We like your proposal/feedback and would appreciate a contribution via a Pull Request by you or another community member. We thank you in advance for your contribution and are looking forward to reviewing it!
你好 @FWangZil。我们喜欢您的提案/反馈,并希望您或其他社区成员通过拉取请求做出贡献。我们提前感谢您的贡献,并期待对其进行审查。
1. What version of
Go
and system type/arch are you using?2. What version of
GoFrame
are you using?3. Can this issue be re-produced with the latest release?
Yes.
4. What did you do?
I attempted to use the
save
method with PostgreSQL as the database.5. What did you expect to see?
I expected the
save
method to support PostgreSQL, especially since PostgreSQL already supports theupsert
operation. I suggest adding support for theupsert
semantics. For reference, here's the official PostgreSQL documentation.6. What did you see instead?
I received a message indicating that PostgreSQL is not supported by the
save
method.The text was updated successfully, but these errors were encountered: