From 33ea8fefa5f751908582352efae3f9a97a605918 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sun, 8 Feb 2004 20:29:17 +0000
Subject: [PATCH] *** empty log message ***

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@448 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../skins/coramy_erp5/SQLDict_createMessageTable.zsql     | 2 +-
 product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql  | 2 +-
 product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql  | 2 +-
 product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql | 2 +-
 .../Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql  | 8 ++++----
 product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql | 2 +-
 .../Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql | 2 +-
 .../Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql   | 2 +-
 .../Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql    | 2 +-
 .../coramy_list_method/Resource_zGetAggregateList.zsql    | 4 ++--
 10 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql
index 890ab6a159..1338bd0e99 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql
index bfefd52843..ce78ddf2a8 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql
index b90d313411..e4df300440 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1
 max_cache:100
 cache_time:1
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql
index 39cef41a5a..111ce16ba9 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql
index fa0e19ecd6..b51f4f161d 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql
@@ -1,8 +1,8 @@
 <dtml-comment>
 title:
-connection_id:MySQL
-max_rows:1
-max_cache:0
+connection_id:erp5_sql_connection
+max_rows:1000
+max_cache:100
 cache_time:0
 class_name:
 class_file:
@@ -12,4 +12,4 @@ UPDATE message
 SET processing=1
 WHERE
 <dtml-in uid>uid = <dtml-sqlvar sequence-item type="int"><dtml-if sequence-end><dtml-else>
- OR </dtml-if></dtml-in>
\ No newline at end of file
+ OR </dtml-if></dtml-in>
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql
index dcc09df313..e14daab5c9 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1
 max_cache:0
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql
index b584c64a23..823737764c 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:0
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql
index 0cf24d2ef2..163752fb09 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql
index a7a9511202..8c9e58c198 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql b/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql
index bed12eb8ac..0b97c53e34 100755
--- a/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql
+++ b/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql
@@ -1,7 +1,7 @@
 <dtml-comment>
 title:
-connection_id:MySQL
-max_rows:750
+connection_id:erp5_sql_connection
+max_rows:1000
 max_cache:100
 cache_time:0
 class_name:ZSQLBrain
-- 
2.30.9