Skip to Content.
Sympa Menu

perfsonar-dev - r1541 - trunk/perfsonar/conf

Subject: perfsonar development work

List archive

r1541 - trunk/perfsonar/conf


Chronological Thread 
  • From:
  • To:
  • Subject: r1541 - trunk/perfsonar/conf
  • Date: Fri, 11 Aug 2006 06:55:52 -0400

Author: roman
Date: 2006-08-11 06:55:51 -0400 (Fri, 11 Aug 2006)
New Revision: 1541

Modified:
trunk/perfsonar/conf/ibatis-L2-status.xml
Log:
comments added

Modified: trunk/perfsonar/conf/ibatis-L2-status.xml
===================================================================
--- trunk/perfsonar/conf/ibatis-L2-status.xml 2006-08-11 10:19:44 UTC (rev
1540)
+++ trunk/perfsonar/conf/ibatis-L2-status.xml 2006-08-11 10:55:51 UTC (rev
1541)
@@ -42,6 +42,7 @@
</select>

<!-- this sql statement is prepared for postgreSQL database -->
+ <!-- uncomment if you use postgreSQL database instead of mySQL (and
comment mySQL counterpart above)-->
<!--
<select id="getResults1"
parameterMap="select-parameters1" resultMap="select-results">
@@ -75,6 +76,7 @@
</select>

<!-- this sql statement is prepared for postgreSQL database -->
+ <!-- uncomment if you use postgreSQL database instead of mySQL (and
comment mySQL counterpart above)-->
<!--
<select id="getResults2"
parameterMap="select-parameters2" resultMap="select-results">
@@ -109,6 +111,7 @@
</insert>

<!-- this sql statement is prepared for postgreSQL database -->
+ <!-- uncomment if you use postgreSQL database instead of mySQL (and
comment mySQL counterpart above)-->
<!--
<insert id="setResults"
parameterMap="insert-parameters">



  • r1541 - trunk/perfsonar/conf, svnlog, 08/11/2006

Archive powered by MHonArc 2.6.16.

Top of Page