From 307606accdbca96935693883b4ee680c9d7ec81f Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Thu, 1 Nov 2018 08:33:45 +0800 Subject: [PATCH] Fixed the error below when loading data into MSSQL due to unique index '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 (). --- AUTHORS | 2 ++ data/ExampleZzzDemoData.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 93ce02d..27e66d4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,6 +35,7 @@ that are otherwise encumbered. Signed by git commit adding my legal name and git username: Written in 2010-2016 by David E. Jones - jonesde +Written in 2018 by Zhang Wei - zhangwei1979 =========================================================================== @@ -57,4 +58,5 @@ litigation is filed. Signed by git commit adding my legal name and git username: Written in 2010-2016 by David E. Jones - jonesde +Written in 2018 by Zhang Wei - zhangwei1979 diff --git a/data/ExampleZzzDemoData.xml b/data/ExampleZzzDemoData.xml index c0b634d..101aabe 100644 --- a/data/ExampleZzzDemoData.xml +++ b/data/ExampleZzzDemoData.xml @@ -28,7 +28,7 @@ along with this software (see the LICENSE.md file). If not, see + passwordHint="framework name, lowercase" currencyUomId="USD" locale="en_US" timeZone="US/Central" emailAddress="example.viewer@test.com"/> @@ -40,7 +40,7 @@ along with this software (see the LICENSE.md file). If not, see + passwordHint="framework name, lowercase" currencyUomId="USD" locale="en_US" timeZone="US/Central" emailAddress="example.ltd@test.com"/>