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
The column names passed in through the uniqueConstraintColumnNames parameter should be normalized just like the named value bindings are. In other words, if I submit { emailAddress: '[email protected]' } as the value bindings, I should be able to submit ['emailAddress'] as the unique constraint column. Right now, I have to normalize the name myself (i.e. ['email_address']).
The text was updated successfully, but these errors were encountered:
The column names passed in through the
uniqueConstraintColumnNames
parameter should be normalized just like the named value bindings are. In other words, if I submit{ emailAddress: '[email protected]' }
as the value bindings, I should be able to submit['emailAddress']
as the unique constraint column. Right now, I have to normalize the name myself (i.e.['email_address']
).The text was updated successfully, but these errors were encountered: