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

version 1.3, 2005/03/18 13:31:09 version 1.4, 2005/04/11 13:27:12
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>   
         <sqlcommand execute="before">select * from "Agenda"</sqlcommand>  
         <sqlcommand execute="after">select * from "Agenda"</sqlcommand>  
        </sqlcommands>  
       <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" 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>
   
Line 33 Line 31
       <mode></mode>        <mode></mode>
       <usenormantounicodemapper>false</usenormantounicodemapper>        <usenormantounicodemapper>false</usenormantounicodemapper>
       <sqlcommands>         <sqlcommands> 
         <sqlcommand execute="before">select * from "Agenda"</sqlcommand>          <sqlcommand execute="before"> drop table "Blasius";create table "Blasius" 
         <sqlcommand execute="after">select * from "Agenda"</sqlcommand>             ( "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>

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


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