Skip to content

Commit 100640e

Browse files
committed
removed todo task
[skip ci]
1 parent 9b67c98 commit 100640e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/orm/query/grammars/mysqlgrammar.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ QString MySqlGrammar::wrapValue(QString value) const
9292
const QMap<Grammar::SelectComponentType, Grammar::SelectComponentValue> &
9393
MySqlGrammar::getCompileMap() const
9494
{
95-
// CUR schema, update all this comments silverqx
9695
/* Needed, because some compileXx() methods are overloaded, this way I will capture
9796
'this' reference and the compileMethod rvalue reference in the following lambda
9897
and simply save std::function<> in the SelectComponentValue's compileMethod data

0 commit comments

Comments
 (0)