===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
biboumi-8.3/src/database/update_query.hpp-38-    this->insert_col_name_and_value(columns);
biboumi-8.3/src/database/update_query.hpp:39:    this->body += " WHERE "s + Id::name + "=$" + std::to_string(this->current_param);
biboumi-8.3/src/database/update_query.hpp-40-  }