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
I have a noted a different behaviour between the sqlserver and pg adapter.
When passing an empty string to the pg adapter that refers to a column of type string nullable this is passed to the query as NULL. The sqlserver adapter pass the empty string to the query and this fails in my case due to a constraints that I have on that particular column.