Commit b8a08041 authored by Yusei Tahara's avatar Yusei Tahara

2010-03-15 yusei

* Add grand_grand_grand_grand_grand_parent related key.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33714 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f1c9f01
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="SQL" module="Products.ZSQLMethods.SQL"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_arg</string> </key>
<value>
<object>
<klass>
<global name="Args" module="Shared.DC.ZRDB.Aqueduct"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_data</string> </key>
<value>
<dictionary>
<item>
<key> <string>table_0</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>table_1</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>table_2</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>table_3</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>table_4</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>table_5</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>_keys</string> </key>
<value>
<list>
<string>table_0</string>
<string>table_1</string>
<string>table_2</string>
<string>table_3</string>
<string>table_4</string>
<string>table_5</string>
</list>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>allow_simple_one_argument_traversal</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>table_0\r\n
table_1\r\n
table_2\r\n
table_3\r\n
table_4\r\n
table_5</string> </value>
</item>
<item>
<key> <string>cache_time_</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>class_file_</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>class_name_</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>connection_hook</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>z_related_grand_grand_grand_grand_grand_parent</string> </value>
</item>
<item>
<key> <string>max_cache_</string> </key>
<value> <int>100</int> </value>
</item>
<item>
<key> <string>max_rows_</string> </key>
<value> <int>1000</int> </value>
</item>
<item>
<key> <string>src</string> </key>
<value> <string encoding="cdata"><![CDATA[
<dtml-var table_0>.uid = catalog.parent_uid\n
AND <dtml-var table_1>.uid = <dtml-var table_0>.parent_uid\n
AND <dtml-var table_2>.uid = <dtml-var table_1>.parent_uid\n
AND <dtml-var table_3>.uid = <dtml-var table_2>.parent_uid\n
AND <dtml-var table_4>.uid = <dtml-var table_3>.parent_uid\n
AND <dtml-var table_5>.uid = <dtml-var table_4>.parent_uid\n
]]></string> </value>
</item>
<item>
<key> <string>template</string> </key>
<value>
<object>
<klass>
<global name="__newobj__" module="copy_reg"/>
</klass>
<tuple>
<global name="SQL" module="Shared.DC.ZRDB.DA"/>
</tuple>
<state>
<dictionary>
<item>
<key> <string>__name__</string> </key>
<value> <string encoding="cdata"><![CDATA[
<string>
]]></string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>raw</string> </key>
<value> <string encoding="cdata"><![CDATA[
<dtml-var table_0>.uid = catalog.parent_uid\n
AND <dtml-var table_1>.uid = <dtml-var table_0>.parent_uid\n
AND <dtml-var table_2>.uid = <dtml-var table_1>.parent_uid\n
AND <dtml-var table_3>.uid = <dtml-var table_2>.parent_uid\n
AND <dtml-var table_4>.uid = <dtml-var table_3>.parent_uid\n
AND <dtml-var table_5>.uid = <dtml-var table_4>.parent_uid\n
]]></string> </value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -6,6 +6,7 @@
<key>deliveryLineType | movement,catalog/portal_type/z_related_uid_or_parent_uid</key>
<key>explanation_portal_type | movement,catalog/portal_type/z_related_explanation</key>
<key>explanation_simulation_state | movement,catalog/simulation_state/z_related_explanation</key>
<key>grand_grand_grand_grand_grand_parent_simulation_state | catalog,catalog,catalog,catalog,catalog,catalog/simulation_state/z_related_grand_grand_grand_grand_grand_parent</key>
<key>grand_parent_portal_type | catalog,catalog/portal_type/z_related_grand_parent</key>
<key>grand_parent_simulation_state | catalog,catalog/simulation_state/z_related_grand_parent</key>
<key>item_node_category_uid | category/category_uid/z_related_node_uid_from_item</key>
......
2010-03-15 yusei
* Add grand_grand_grand_grand_grand_parent related key.
2010-03-03 yusuke
* Remove unused script.
......
182
\ No newline at end of file
183
\ No newline at end of file
......@@ -85,6 +85,7 @@ erp5_mysql_innodb/z_related_base_category_id
erp5_mysql_innodb/z_related_career_skill
erp5_mysql_innodb/z_related_explanation
erp5_mysql_innodb/z_related_function_uid_from_stock
erp5_mysql_innodb/z_related_grand_grand_grand_grand_grand_parent
erp5_mysql_innodb/z_related_grand_parent
erp5_mysql_innodb/z_related_metric_type
erp5_mysql_innodb/z_related_mirror_section_uid_from_stock
......
......@@ -49,4 +49,5 @@ parent_portal_type | catalog/portal_type/z_related_parent
translated_causality_state | translation/translated_message/z_related_translated_causality_state
translated_causality_state_title | translation/translated_message/z_related_translated_causality_state_title
metric_type_uid | measure/metric_type_uid/z_related_metric_type
parent_strict_group_uid | category,catalog/uid/z_related_parent_strict_group
\ No newline at end of file
parent_strict_group_uid | category,catalog/uid/z_related_parent_strict_group
grand_grand_grand_grand_grand_parent_simulation_state | catalog,catalog,catalog,catalog,catalog,catalog/simulation_state/z_related_grand_grand_grand_grand_grand_parent
\ 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