Skip to content

Commit

Permalink
removed todo task
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Jun 2, 2022
1 parent 9b67c98 commit 100640e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/orm/query/grammars/mysqlgrammar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ QString MySqlGrammar::wrapValue(QString value) const
const QMap<Grammar::SelectComponentType, Grammar::SelectComponentValue> &
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
Expand Down

0 comments on commit 100640e

Please sign in to comment.