Commit 5348b142 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Return only uid if uid_only is true.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2433 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b49d465
...@@ -7,5 +7,6 @@ cache_time:0 ...@@ -7,5 +7,6 @@ cache_time:0
class_name:ZSQLBrain class_name:ZSQLBrain
class_file:zsqlbrain.py class_file:zsqlbrain.py
</dtml-comment> </dtml-comment>
<params>path</params> <params>path
select * from catalog where <dtml-sqltest path op=eq type="string"> uid_only</params>
\ No newline at end of file select <dtml-if uid_only>uid<dtml-else>*</dtml-if> from catalog where <dtml-sqltest path op=eq type="string">
\ 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