+ "local, archived) Values("
+":guid, :sequence, :name, :defaultNotebook, "
+":serviceCreated, :serviceUpdated, :published, "
+":isDirty, :autoEncrypt, "
+":local, false)");
query.bindValue(":guid", newnote.getGuid());
query.bindValue(":sequence", newnote.getUpdateSequenceNum());
query.bindValue(":name", newnote.getName());
query.bindValue(":defaultNotebook", newnote.isDefaultNotebook());
StringBuilder serviceCreated = new StringBuilder(simple.format(newnote.getServiceCreated()));