Esempio n. 1
0
void User::SaveField(const std::string& field, bool updateLog) const
{
  NoErrorConnection conn;
  conn.SetField("users", QUERY("uid" << user.id), user, field);
  if (updateLog) UpdateLog();
}