From d0dd7c89c71102aab40f9133de88d45be2d9ed4d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 10 May 2016 12:09:43 -0700 Subject: [PATCH] Noticed that if a source is added, it can never be matched with the current logic --- DATabaseTwo/Import.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATabaseTwo/Import.cs b/DATabaseTwo/Import.cs index 552b5f77..aaa3cc1f 100644 --- a/DATabaseTwo/Import.cs +++ b/DATabaseTwo/Import.cs @@ -203,7 +203,7 @@ COMMIT;"; } // Add the new source to the temporary Dictionary - sources.Add(source, sourceid); + sources.Add(source.ToLowerInvariant(), sourceid); } // Otherwise, get the ID else if (source != "" && sourceid == 0 && sources.ContainsKey(source))