Diff for /FM2SQL/export/Attic/log.txt between versions 1.1 and 1.2

version 1.1, 2004/08/16 09:45:58 version 1.2, 2004/09/20 11:57:41
Line 4  url jdbc:fmpro:http://pythia:8050 Line 4  url jdbc:fmpro:http://pythia:8050
 user rogo  user rogo
 password   password 
 number of tables 1  number of tables 1
 table true  table false
 select select * from "Zeitabrechnung-Einzelposten.fp5"  select select * from "Zeitabrechnung-Einzelposten.fp5"
 id was intid  id was intid
 Kunde, Taetigkeit, Betrag  Kunde, Taetigkeit, Betrag
Line 12  jdbc:postgresql://foxridge/test Line 12  jdbc:postgresql://foxridge/test
  bin in synchronize!!!   bin in synchronize!!!
 url jdbc:fmpro:http://pythia:8050  url jdbc:fmpro:http://pythia:8050
 odbc with properties inited  odbc with properties inited
 time to execute 289  added layout  select * from "Zeitabrechnung-Einzelposten.fp5"  layout "Liste"
   time to execute 225
 url jdbc:postgresql://foxridge/test  url jdbc:postgresql://foxridge/test
 new Query select * from "zeitabrechnung_einzelposten"  new Query select * from "zeitabrechnung_einzelposten"  layout "Liste"
 subQuery   subQuery   layout "Liste"
 time to execute 45  time to execute 44
 subQuery   subQuery   layout "Liste"
 time to execute 32  linesToAppend [1, 2, 3, 4, 6, 7, 8, 9] zeitabrechnung_einzelposten
 linesToAppend [] zeitabrechnung_einzelposten  
 linesToDelete [] zeitabrechnung_einzelposten  linesToDelete [] zeitabrechnung_einzelposten
 ID LIST SIZE 4 8  ID LIST SIZE 2 8
 1 6 9  1 3 9
 select * from "Zeitabrechnung-Einzelposten.fp5" where "intid">='1' and "intid"<='6'  select * from "Zeitabrechnung-Einzelposten.fp5"  layout "Liste" where "intid">='1' and "intid"<='3'
 time to execute 322  time to execute 406
 Date 20.05.2000  Date 20.05.2000
 Rows 4 20  Rows 2 9
 Time needed for query and data retrieval 622 ms  Time needed for query and data retrieval 680 ms
 4  line true 1
  last intervall from 6 9  line true 2
 select * from "Zeitabrechnung-Einzelposten.fp5" where "intid">='6' and "intid"<='9'  3 6 9
 time to execute 253  select * from "Zeitabrechnung-Einzelposten.fp5"  layout "Liste" where "intid">='3' and "intid"<='6'
   time to execute 282
   Rows 2 9
   Time needed for query and data retrieval 298 ms
   line true 3
   line true 4
   6 8 9
   select * from "Zeitabrechnung-Einzelposten.fp5"  layout "Liste" where "intid">='6' and "intid"<='8'
   time to execute 302
 Date 22.10.2005  Date 22.10.2005
   Rows 2 9
   Time needed for query and data retrieval 314 ms
   line true 6
   line true 7
   6
    last intervall from 8 9
   select * from "Zeitabrechnung-Einzelposten.fp5"  layout "Liste" where "intid">='8' and "intid"<='9'
   time to execute 407
 Date 20.05.2000  Date 20.05.2000
 Date 20.05.2003  Date 20.05.2003
 Rows 4 20  Rows 2 9
 Time needed for query and data retrieval 429 ms  Time needed for query and data retrieval 427 ms
 subQuery  where "intid">'9'  line true 8
 time to execute 209  line true 9
 subQuery   subQuery   layout "Liste" where "intid">'9'
 time to execute 5  time to execute 364
   subQuery   layout "Liste"
 found list Kunde, Taetigkeit, Betrag  found list Kunde, Taetigkeit, Betrag
 time to execute 28  Error while connecting to database java.lang.NullPointerException
 found field kunde text  java.lang.NullPointerException
 found field taetigkeit text      at DBBean.getColumnType(DBBean.java:1585)
 found field betrag int4      at Convert.synchronize(Convert.java:2182)
 Time for incremental synchronize  elapsed 2292      at Convert.parseXMLConfig(Convert.java:1313)
 DBBean$ConnectionPool@3ecfff      at Convert.readXMLFile(Convert.java:1572)
 DBBean$ConnectionPool@1c99159      at Convert.main(Convert.java:111)
   DBBean$ConnectionPool@105bd58
   DBBean$ConnectionPool@1d1e730
 Finished!  Finished!

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


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