Hi Federico,
I cannot reproduce this issue here. The line of code where this error happened is like this:
String noScriptKey = postDataKey.Replace(this.ID, "editor_noscript");
so presumably this.ID is null, very strange but I put a null check there in the code to avoid this in the future.
Whatever the cause of this I don't think it is related to the db.
Joe