Commit 5e898c6a authored by Rafael Monnerat's avatar Rafael Monnerat

Added advise comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22468 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9fca9730
......@@ -153,7 +153,11 @@ kw</string> </value>
<dtml-let query="buildSQLQuery(query=portal_catalog.getSecurityQuery(**kw), validation_state=validation_state, **kw)">\n
\n
<dtml-comment>\n
the subquery is named catalog to prevent use another LEFT JOIN.\n
Currently, there is no other choice to implement this method as an SQL catalog until SQLCatalog \n
can support more features which are needed here. Once SQLCatalog supports those feature, \n
this method should be refactored to use catalog only.\n
\n
The subquery is named catalog to prevent use another LEFT JOIN.\n
</dtml-comment>\n
\n
SELECT\n
......@@ -262,7 +266,11 @@ FROM\n
<dtml-let query="buildSQLQuery(query=portal_catalog.getSecurityQuery(**kw), validation_state=validation_state, **kw)">\n
\n
<dtml-comment>\n
the subquery is named catalog to prevent use another LEFT JOIN.\n
Currently, there is no other choice to implement this method as an SQL catalog until SQLCatalog \n
can support more features which are needed here. Once SQLCatalog supports those feature, \n
this method should be refactored to use catalog only.\n
\n
The subquery is named catalog to prevent use another LEFT JOIN.\n
</dtml-comment>\n
\n
SELECT\n
......
682
\ No newline at end of file
683
\ No newline at end of file
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