Commit dff699a2 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Naming convention: SQL should be in big caps.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11875 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78e58632
......@@ -413,8 +413,8 @@ FROM\n
<dtml-if expr="table_key != \'item\'">, <dtml-var table_item> AS <dtml-var table_key></dtml-if>\n
</dtml-in>\n
</dtml-if>\n
<dtml-if selection_domain>, <dtml-var "selection_domain.asSqlJoinExpression()"> </dtml-if>\n
<dtml-if selection_report>, <dtml-var "selection_report.asSqlJoinExpression()"> </dtml-if>\n
<dtml-if selection_domain>, <dtml-var "selection_domain.asSQLJoinExpression()"> </dtml-if>\n
<dtml-if selection_report>, <dtml-var "selection_report.asSQLJoinExpression()"> </dtml-if>\n
, item\n
\n
\n
......@@ -462,11 +462,11 @@ WHERE\n
\n
\n
<dtml-if selection_domain>\n
AND <dtml-var "selection_domain.asSqlExpression(join_table=\'item\',\n
AND <dtml-var "selection_domain.asSQLExpression(join_table=\'item\',\n
join_column=\'node_uid\')">\n
</dtml-if>\n
<dtml-if selection_report>\n
AND <dtml-var "selection_report.asSqlExpression(strict_membership=1)">\n
AND <dtml-var "selection_report.asSQLExpression(strict_membership=1)">\n
</dtml-if>\n
\n
<dtml-if group_by_expression>\n
......@@ -532,8 +532,8 @@ FROM\n
<dtml-if expr="table_key != \'item\'">, <dtml-var table_item> AS <dtml-var table_key></dtml-if>\n
</dtml-in>\n
</dtml-if>\n
<dtml-if selection_domain>, <dtml-var "selection_domain.asSqlJoinExpression()"> </dtml-if>\n
<dtml-if selection_report>, <dtml-var "selection_report.asSqlJoinExpression()"> </dtml-if>\n
<dtml-if selection_domain>, <dtml-var "selection_domain.asSQLJoinExpression()"> </dtml-if>\n
<dtml-if selection_report>, <dtml-var "selection_report.asSQLJoinExpression()"> </dtml-if>\n
, item\n
\n
\n
......@@ -581,11 +581,11 @@ WHERE\n
\n
\n
<dtml-if selection_domain>\n
AND <dtml-var "selection_domain.asSqlExpression(join_table=\'item\',\n
AND <dtml-var "selection_domain.asSQLExpression(join_table=\'item\',\n
join_column=\'node_uid\')">\n
</dtml-if>\n
<dtml-if selection_report>\n
AND <dtml-var "selection_report.asSqlExpression(strict_membership=1)">\n
AND <dtml-var "selection_report.asSQLExpression(strict_membership=1)">\n
</dtml-if>\n
\n
<dtml-if group_by_expression>\n
......
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