johng       02/01/17 11:15:23

  Modified:    java/src/org/apache/xalan/lib/sql SQLDocument.java
  Log:
  Update for new DTM Model
  
  Revision  Changes    Path
  1.18      +4 -2      xml-xalan/java/src/org/apache/xalan/lib/sql/SQLDocument.java
  
  Index: SQLDocument.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/SQLDocument.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- SQLDocument.java  24 Aug 2001 04:54:23 -0000      1.17
  +++ SQLDocument.java  17 Jan 2002 19:15:23 -0000      1.18
  @@ -78,7 +78,7 @@
   
     /**
      */
  -  private boolean DEBUG = false;
  +  private boolean DEBUG = true;
   
     /**
      */
  @@ -330,7 +330,9 @@
       // to measure when we are actually reading rows.
       addRowToDTMFromResultSet();
   
  -    // this.dumpDTM();
  +// We can't do this until the Document is regiostered with the Manager
  +// Which has not happened yet
  +//    if (DEBUG) this.dumpDTM();
     }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to