diff --git a/src/orm/query/grammars/mysqlgrammar.cpp b/src/orm/query/grammars/mysqlgrammar.cpp index 6868bc631..61b45eaa5 100644 --- a/src/orm/query/grammars/mysqlgrammar.cpp +++ b/src/orm/query/grammars/mysqlgrammar.cpp @@ -92,7 +92,6 @@ QString MySqlGrammar::wrapValue(QString value) const const QMap & MySqlGrammar::getCompileMap() const { - // CUR schema, update all this comments silverqx /* Needed, because some compileXx() methods are overloaded, this way I will capture 'this' reference and the compileMethod rvalue reference in the following lambda and simply save std::function<> in the SelectComponentValue's compileMethod data