mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Fixes #7
This commit is contained in:
@@ -778,7 +778,7 @@ namespace RombaSharp
|
|||||||
|
|
||||||
foreach (string dathash in unneeded)
|
foreach (string dathash in unneeded)
|
||||||
{
|
{
|
||||||
query = "DELETE FROM dats WHERE hash=\"" + dathash + "\"";
|
query = "DELETE FROM dat WHERE hash=\"" + dathash + "\"";
|
||||||
slc = new SqliteCommand(query, dbc);
|
slc = new SqliteCommand(query, dbc);
|
||||||
slc.ExecuteNonQuery();
|
slc.ExecuteNonQuery();
|
||||||
slc.Dispose();
|
slc.Dispose();
|
||||||
|
|||||||
Reference in New Issue
Block a user