summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-12-02 18:31:17 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-12-02 18:34:30 +0100
commitb245079a50c94dc503628619f6342b70dcdc6e66 (patch)
tree15c64b70ef93a6dcdea473e5c7d15a13741a16af /dbaccess
parent66e5cf7096a2dc2287f9265087d45c57f1069b9b (diff)
Expand comment
Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index a6d21dbac03b..e81da08dfad4 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -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)
{