Skip to content

Fixed the error when loading data into MSSQL due to unique index constraint - #4

Open
hellozhangwei wants to merge 1 commit into
moqui:masterfrom
hellozhangwei:master
Open

Fixed the error when loading data into MSSQL due to unique index constraint#4
hellozhangwei wants to merge 1 commit into
moqui:masterfrom
hellozhangwei:master

Conversation

@hellozhangwei

Copy link
Copy Markdown

Fixed the error below when loading data into MSSQL due to unique index constraint

com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert duplicate key row in object 'dbo.USER_ACCOUNT' with unique index 'USERACCT_EMAILADDR'. The duplicate key value is ().

…x 'USERACCT_EMAILADDR' contstraint

com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert duplicate key row in object 'dbo.USER_ACCOUNT' with unique index 'USERACCT_EMAILADDR'. The duplicate key value is (<NULL>).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant