[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj DBObject.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Sep 20 13:16:10 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
In directory jcorp2.servlets.net:/tmp/cvs-serv5587

Modified Files:
	DBObject.java 
Log Message:
<Aucun commentaire entré>


Index: DBObject.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/DBObject.java,v
retrieving revision 1.208
retrieving revision 1.209
diff -C2 -d -r1.208 -r1.209
*** DBObject.java	20 Sep 2004 19:20:15 -0000	1.208
--- DBObject.java	20 Sep 2004 20:16:08 -0000	1.209
***************
*** 113,116 ****
--- 113,117 ----
  import java.lang.reflect.Method;
  import java.math.BigDecimal;
+ import java.sql.SQLException;
  import java.text.DecimalFormat;
  import java.text.NumberFormat;
***************
*** 122,125 ****
--- 123,127 ----
  import java.util.Hashtable;
[...1142 lines suppressed...]
!                                 if (myConnection != null) {
!                                         this.getConnectionPool().release(myConnection);
!                                 }
!                         }
!                 }
! 
!                 return recordSet;
!         } /* runStoreProcedureAndRetrieveList() */
! 
!         /**
       * summarize DataField.isChanged() for all fields.
       * isChanged() per field means that setField() has been called twice for that field,
***************
*** 7707,7710 ****
--- 8492,8496 ----
          return result;
      }
+ 
  
  } // dbobject



More information about the cvs mailing list