Version upgrade 4.00 #45

Merged
elB4RTO merged 113 commits from devel into main 2024-02-17 16:13:26 +01:00
Showing only changes of commit c6406a3e7a - Show all commits

View file

@ -134,7 +134,7 @@ void HashOps::insertUsedHashes( const std::string& db_path, const std::vector<st
for ( const std::string& hash : hashes ) {
if ( VecOps::contains( this->hashes.at( web_server ), hash ) ) {
if ( ! VecOps::contains( this->hashes.at( web_server ), hash ) ) {
db.getQuery()( QStringLiteral(R"(INSERT INTO "%1" ( hash ) VALUES ( '%2' );)")
.arg( this->ws_names.at(web_server), QString::fromStdString(hash).replace(QLatin1Char('\''),QLatin1String("''")) ) );