Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory 
james.mmbase.org:/tmp/cvs-serv14114/src/org/mmbase/bridge/jsp/taglib

Modified Files:
      Tag: MMBase-1_8
        mmbase-taglib.xml 
Log Message:
ported mm:jdbc from HEAD


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib


Index: mmbase-taglib.xml
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml,v
retrieving revision 1.374.2.20
retrieving revision 1.374.2.21
diff -u -b -r1.374.2.20 -r1.374.2.21
--- mmbase-taglib.xml   18 Jan 2008 17:08:48 -0000      1.374.2.20
+++ mmbase-taglib.xml   22 Jan 2008 11:08:38 -0000      1.374.2.21
@@ -39,7 +39,7 @@
 Use one or more possiblevalue tags if you want to list all possible values. Use
 one or more examplevalue tags is you want to give some example values.
 
-version: $Id: mmbase-taglib.xml,v 1.374.2.20 2008/01/18 17:08:48 michiel Exp $
+version: $Id: mmbase-taglib.xml,v 1.374.2.21 2008/01/22 11:08:38 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -8336,4 +8336,19 @@
     </example>
     <since>MMBase-1.8.5</since>
   </tag-file>
+  <tag-file>
+    <type>util</type>
+    <name>jdbc</name>
+    <path>/META-INF/tags/mm/u/jdbc.tag</path>
+    <info>
+      A tag to directly excecute SQL on the mmbase database. This is mainly 
used for hacking around some limitation of mmbase.
+    </info>
+    <example><pre><![CDATA[
+       <mm:jdbc max="2" throwexception="true" mode="nodes" query="select 
e.number from $PREFIX_emails e left join $PREFIX_insrel i on e.number = 
i.dnumber left join  $PREFIX_mailboxes b  on i.snumber = b.number where 
b.number is null">
+         <mm:deletenode />
+       </mm:jdbc>
+]]></pre>
+    </example>
+    <since>MMBase-1.8.6</since>
+  </tag-file>
 </taglib>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to