Commit 7fb0cab9 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Record a list of objects instead of objects indivisually.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3792 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e279752c
......@@ -7,13 +7,16 @@ cache_time:0
class_name:
class_file:
</dtml-comment>
<params>path</params>
<params>path_list</params>
INSERT INTO
record
VALUES
<dtml-in path_list>
(
<dtml-sqlvar path type="string">,
<dtml-sqlvar sequence-item type="string">,
1,
0,
NOW()
)
\ No newline at end of file
)
<dtml-if sequence-end><dtml-else>,</dtml-if>
</dtml-in>
\ No newline at end of file
......@@ -80,7 +80,7 @@
<item type="str">z_catalog_roles_and_users_list</item>
<item type="str">z_catalog_stock_list</item>
</property>
<property id="sql_record_catalog_object" type="str">z_record_catalog_object</property>
<property id="sql_record_catalog_object_list" type="str">z_record_catalog_object_list</property>
<property id="sql_record_uncatalog_object" type="str">z_record_uncatalog_object</property>
<property id="sql_read_recorded_object_list" type="str">z_read_recorded_object_list</property>
<property id="sql_delete_recorded_object_list" type="str">z_delete_recorded_object_list</property>
......
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