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:
class_file:
</dtml-comment>
<params>uid:int</params>
INSERT INTO
catalog (uid, id, path)
VALUES
( <dtml-sqlvar uid type="int">, 'dummy', 'reserved' )
UPDATE
catalog
SET
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