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

version 1.4, 2005/04/11 13:27:12 version 1.5, 2005/09/22 12:24:30
Line 8 Line 8
       <delimiter>|</delimiter>        <delimiter>|</delimiter>
       <mode>convert_temp</mode>        <mode>convert_temp</mode>
       <usenormantounicodemapper>false</usenormantounicodemapper>        <usenormantounicodemapper>false</usenormantounicodemapper>
       <table name = "Agenda" layout = "" id = "" indexList ="">    <!--    <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 ="">
Line 25 Line 25
   <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>
         <password>electr1c</password>
        -->
        <!-- 
         <sqlcommand execute="before"> drop table "Blasius";create table "Blasius"           <sqlcommand execute="before"> drop table "Blasius";create table "Blasius" 
            ( "title" TEXT,              ( "title" TEXT, 
                "id" integer,                  "id" integer, 
Line 44 Line 53
           </sqlcommand>            </sqlcommand>
         <sqlcommand execute="after">select * from "Blasius"</sqlcommand>          <sqlcommand execute="after">select * from "Blasius"</sqlcommand>
        </sqlcommands>         </sqlcommands>
   -->
     </database>      </database>
   </destination>    </destination>
 </convert>  </convert>

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


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