From 8aea894aed80e2ea37308b539af5cd556c6eb883 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 28 Apr 2016 10:40:45 -0700 Subject: [PATCH] Fix non-deduped merging in DB-based version --- SabreHelper/RomManipulation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs index a958c40f..4996aa3f 100644 --- a/SabreHelper/RomManipulation.cs +++ b/SabreHelper/RomManipulation.cs @@ -506,7 +506,7 @@ VALUES ('" + tempname.Replace("'", "''") + "', '" + else { string query = @"INSERT INTO roms -(game, name, type, sysid, srcid, size, crc, md5, sha1, filename) +(game, name, type, sysid, srcid, size, crc, md5, sha1, dupe) VALUES ('" + tempname.Replace("'", "''") + "', '" + xtr.GetAttribute("name").Replace("'", "''") + "', '" + xtr.Name + "', " +