mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Don't get duplicates
This commit is contained in:
@@ -349,7 +349,7 @@ namespace SabreTools
|
||||
dbc.Open();
|
||||
|
||||
// Populate the List from the database
|
||||
string query = "SELECT hash FROM dats";
|
||||
string query = "SELECT DISTINCT hash FROM dats";
|
||||
SqliteCommand slc = new SqliteCommand(query, dbc);
|
||||
SqliteDataReader sldr = slc.ExecuteReader();
|
||||
if (sldr.HasRows)
|
||||
|
||||
Reference in New Issue
Block a user