Fixed bugs in ShallerDBProcessor

main
Inga 🏳‍🌈 14 years ago
parent 1a142ceb16
commit 56ccdd0290
  1. 11
      ImportConsole/ShallerDBProcessor.cs

@ -200,16 +200,7 @@ namespace FLocal.ImportConsole {
);
}
ChangeSetUtil.ApplyChanges(
new UpdateChange(
Post.TableSpec.instance,
new Dictionary<string, AbstractFieldValue> {
{ Post.TableSpec.FIELD_TITLE, new ScalarFieldValue(title) },
{ Post.TableSpec.FIELD_BODY, new ScalarFieldValue(body) },
},
post.id
)
);
ChangeSetUtil.ApplyChanges(changes.ToArray());
};
Console.Write("+");
} else {

Loading…
Cancel
Save