From 100640e94e35f620f91d9963fb1cfb85e4a103eb Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 2 Jun 2022 17:06:34 +0200 Subject: [PATCH] removed todo task [skip ci] --- src/orm/query/grammars/mysqlgrammar.cpp | 1 - 1 file changed, 1 deletion(-) 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