Commit 819d824b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! erp5_mysql_innodb_catalog: Make movement deletion transactional in catalog.

parent f7aa26bf
......@@ -58,6 +58,7 @@ REPLACE INTO\n
catalog (uid, path,relative_url,security_uid,portal_type,parent_uid)\n
VALUES\n
(<dtml-sqlvar uid type="int">, \'deleted\',\'\',NULL,\'\',NULL)\n
<dtml-var sql_delimiter>\n
<dtml-comment>\n
Note on "UPDATE stock" query: this query preserve transactionality of movement\n
deletion: all movements deleted in a single transaction will be either\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