We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b67c98 commit 100640eCopy full SHA for 100640e
src/orm/query/grammars/mysqlgrammar.cpp
@@ -92,7 +92,6 @@ QString MySqlGrammar::wrapValue(QString value) const
92
const QMap<Grammar::SelectComponentType, Grammar::SelectComponentValue> &
93
MySqlGrammar::getCompileMap() const
94
{
95
- // CUR schema, update all this comments silverqx
96
/* Needed, because some compileXx() methods are overloaded, this way I will capture
97
'this' reference and the compileMethod rvalue reference in the following lambda
98
and simply save std::function<> in the SelectComponentValue's compileMethod data
0 commit comments