Fixed bugs in ShallerDBProcessor

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

@ -200,16 +200,7 @@ namespace FLocal.ImportConsole {
); );
} }
ChangeSetUtil.ApplyChanges( ChangeSetUtil.ApplyChanges(changes.ToArray());
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
)
);
}; };
Console.Write("+"); Console.Write("+");
} else { } else {

Loading…
Cancel
Save