No subject


Thu Mar 18 00:20:18 PST 2004


I have found a bug in Expresso 5.3 RC-5. I don't know it has been fixed or not in Expresso 5.3 RC-6.
The bug is in  com.jcorporate.expresso.core.db.DBConnectionPool .
 
 protected synchronized DBConnection createNewConnection() throws DBException{
    ........
     if (firstConnection) {
          initialized = true;
            .........          
         //Added so that limitation syntax is properly set for the connection
        oneConnection.setLimitationPosition(this.limitationPosition);
        oneConnection.setLimitationSyntax(this.limitationSyntax);
        oneConnection.setEscapeHandler(this.escapeHandler);

        }
}


More information about the Opensource mailing list