Commit 9e77fe57 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Change the meaning of z_reserve_uid: mark a uid as already allocated for an object.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4435 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a7c7629
...@@ -8,7 +8,9 @@ class_name: ...@@ -8,7 +8,9 @@ class_name:
class_file: class_file:
</dtml-comment> </dtml-comment>
<params>uid:int</params> <params>uid:int</params>
INSERT INTO UPDATE
catalog (uid, id, path) catalog
VALUES SET
( <dtml-sqlvar uid type="int">, 'dummy', 'reserved' ) id = 'used'
WHERE
uid = <dtml-sqlvar uid type="int">
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