===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-137-    query << "SELECT tag, count(*) AS cnt, tag LIKE $pre AS prefix from tags "
horizon-eda-1.2.0/src/widgets/tag_entry.cpp:138:             "WHERE type = $type "
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-139-             "AND tag LIKE $tag "
##############################################
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-183-    std::stringstream query;
horizon-eda-1.2.0/src/widgets/tag_entry.cpp:184:    query << "WITH ids_existing AS (SELECT uuid FROM tags WHERE type = $type "
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-185-             "AND tag in (";
##############################################
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-190-    query << "SELECT tag, count(*) AS cnt, tag LIKE $pre AS prefix, SUM(uuid IN ids_existing) AS n_ex FROM tags "
horizon-eda-1.2.0/src/widgets/tag_entry.cpp:191:             "WHERE type = $type "
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-192-             "AND tag LIKE $tag "
##############################################
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-330-        query << "SELECT tag FROM tags "
horizon-eda-1.2.0/src/widgets/tag_entry.cpp:331:                 "WHERE type = $type "
horizon-eda-1.2.0/src/widgets/tag_entry.cpp-332-                 "AND tag NOT in (";