Update of /cvsroot/babeldoc/babeldoc/modules/sql/src/com/babeldoc/sql/journal
In directory sc8-pr-cvs1:/tmp/cvs-serv6089/sql/src/com/babeldoc/sql/journal
Modified Files:
GenericSqlJournal.java
Log Message:
Resources now are Configurable. Added dbDriver configuration option to sql resources. Lots of work on the resources - made things more logical from a SW POV. Added Null scanner.
Index: GenericSqlJournal.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/sql/src/com/babeldoc/sql/journal/GenericSqlJournal.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** GenericSqlJournal.java 28 Jul 2003 21:34:28 -0000 1.9
--- GenericSqlJournal.java 15 Aug 2003 00:25:30 -0000 1.10
***************
*** 300,304 ****
/**
! * get tickets between the specified dates. Return up to the maxreturned
* number of results.
*
--- 300,304 ----
/**
! * getChild tickets between the specified dates. Return up to the maxreturned
* number of results.
*
***************
*** 677,681 ****
pstmt.setString(7, additional);
! // without synchronized it is likely to get the same value
// from getNextStep several times in multiple threads
long step ;
--- 677,681 ----
pstmt.setString(7, additional);
! // without synchronized it is likely to getChild the same value
// from getNextStep several times in multiple threads
long step ;
|