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

version 1.2, 2005/02/16 13:00:48 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>
       <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 28 Line 30
       <delimiter>//</delimiter>        <delimiter>//</delimiter>
       <mode></mode>        <mode></mode>
       <usenormantounicodemapper>false</usenormantounicodemapper>        <usenormantounicodemapper>false</usenormantounicodemapper>
         <sqlcommands> 
           <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>
   
     </database>      </database>
   </destination>    </destination>
 </convert>  </convert>

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


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