Diff for /FM2SQL/Attic/bla.xml between versions 1.3 and 1.5

version 1.3, 2005/03/18 13:31:09 version 1.5, 2005/09/22 12:24:30
Line 6 Line 6
       <user>rogo</user>        <user>rogo</user>
       <password>3333</password>        <password>3333</password>
       <delimiter>|</delimiter>        <delimiter>|</delimiter>
       <mode>convert</mode>        <mode>convert_temp</mode>
       <usenormantounicodemapper>false</usenormantounicodemapper>        <usenormantounicodemapper>false</usenormantounicodemapper>
       <sqlcommands>     <!--    <table name = "Agenda" layout = "" id = "" indexList ="">
         <sqlcommand execute="before">select * from "Agenda"</sqlcommand>  
         <sqlcommand execute="after">select * from "Agenda"</sqlcommand>  
        </sqlcommands>  
       <table name = "Agenda" layout = "" id = "" indexList ="">  
          <select>select * from "Agenda"</select>           <select>select * from "Agenda"</select>
       </table>        </table>
       <table name = "bib_annot" layout = "" id = "ID" indexList ="">    -->    
           <table name = "bib_annot" layout = "" id = "ID" targetID="id" indexList ="">
          <select>select * from "bib_annot"</select>           <select>select * from "bib_annot"</select>
       </table>        </table>
       <table name = "bib_einstein" layout = "" id = "ID" indexList ="">      <!--  <table name = "bib_einstein" layout = "" id = "ID" indexList ="">
          <select>select * from "bib_einstein"</select>           <select>select * from "bib_einstein"</select>
       </table>        </table>
       -->
     </database>      </database>
   </source>    </source>
   
   <destination>    <destination>
     <database>      <database>
       <url>jdbc:postgresql://foxridge/test</url>        <url>jdbc:postgresql://foxridge/test</url>
          <!--
         <url> jdbc:mysql://pythia/Doku</url>
         -->
        
       <user>rogo</user>        <user>rogo</user>
       <password>3333</password>        <password>3333</password>
         
         
       <delimiter>//</delimiter>        <delimiter>//</delimiter>
       <mode></mode>        <mode></mode>
       <usenormantounicodemapper>false</usenormantounicodemapper>        <usenormantounicodemapper>false</usenormantounicodemapper>
       <sqlcommands>     <!--        <user>hartmut</user>
         <sqlcommand execute="before">select * from "Agenda"</sqlcommand>        <password>electr1c</password>
         <sqlcommand execute="after">select * from "Agenda"</sqlcommand>       -->
        <!-- 
           <sqlcommand execute="before"> drop table "Blasius";create table "Blasius" 
              ( "title" TEXT, 
                  "id" integer, 
                  "comment" TEXT, 
                  "reference" TEXT, 
                  "table" TEXT, 
                  "clip" TEXT, 
                  "current" TEXT, 
                  "tabledisplay" TEXT
                )
             </sqlcommand>
           <sqlcommand execute="after">select * from "Blasius"</sqlcommand>
        </sqlcommands>         </sqlcommands>
   -->
     </database>      </database>
   </destination>    </destination>
 </convert>  </convert>

Removed from v.1.3  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>