Schema missing when MERGE is executed using Save() method. #7032
Unanswered
sanjeevrayasam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using GORM for postgres and now i want to use it for MSSQL using sqlserver config
Config i have tried
but all of the config failed.
while UPDATE i can see the schema appended but when MERGE happens it disappears and i get invalid object
i am using Save() method as given in the screen shot
Beta Was this translation helpful? Give feedback.
All reactions