From 123f42a452be66b6c8319633315c065f44bb4952 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Fri, 20 May 2005 17:05:41 +0000 Subject: [PATCH] Initial import. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3058 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ERP5Catalog/sql/common_mysql/z_reserve_uid.zsql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 product/ERP5Catalog/sql/common_mysql/z_reserve_uid.zsql diff --git a/product/ERP5Catalog/sql/common_mysql/z_reserve_uid.zsql b/product/ERP5Catalog/sql/common_mysql/z_reserve_uid.zsql new file mode 100755 index 00000000000..5678969dfb0 --- /dev/null +++ b/product/ERP5Catalog/sql/common_mysql/z_reserve_uid.zsql @@ -0,0 +1,12 @@ +<dtml-comment> +title: +connection_id:erp5_sql_connection +max_rows:0 +max_cache:0 +cache_time:0 +</dtml-comment> +<params>uid:int</params> +INSERT INTO + catalog (uid, id, path, CreationDate) +VALUES +( <dtml-sqlvar uid type="int">, 'dummy', 'reserved', NOW() ) -- 2.30.9