Kaydet (Commit) b245079a authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

Expand comment

Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67
üst 66e5cf70
......@@ -1093,6 +1093,10 @@ namespace
}
// and now all inner joins
// these are implemented as
// "FROM tbl1, tbl2 WHERE tbl1.col1=tlb2.col2"
// rather than
// "FROM tbl1 INNER JOIN tbl2 ON tbl1.col1=tlb2.col2"
aIter = pConnList->begin();
for(;aIter != aEnd;++aIter)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment