Build Date: 2005/05/16 01:33
Build Number: 565
------------------------------
2.1.0 - May 16, 2004
------------------------------
o Added <discriminator> and <subMap> tags for class inheritance support
o Added IBATIS-95 removeFirstPrepend attribute to all tags
o Added IBATIS-95 open and close attributes to all dynamic tags to handle complex queries with bracketing
o Added IBATIS-35 to allow duplicate type aliases
o Fixed IBATIS-45 Removed JavaBeanProbe/MapProbe in favor of ComplexBeanProbe
o Fixed IBATIS-79 Problem with nested groupBy resultMaps
o Fixed IBATIS-78 JDBC driver properties does not work when using DBCP
o Fixed IBATIS-42 bug that prevented dynamic tags from being nested inside an iterate tag
o Fixed IBATIS-112 bug that will now allow for the $[]$ notation to be used.
o Fixed IBATIS-45 ProbeExceptions with complex beans
o Fixed IBATIS-79 Problem with nested groupBy resultMaps
o Fixed IBATIS-46 xml parsing issue using jdk 1.3
o Fixed IBATIS-102 duplicate code in the SqlMapConfigParser.java
o Fixed IBATIS-101 add remapResults attribute to procedure tag in sql-map-2.dtd
o Changed SQL executor to always call .execute instead of .executeQuery and .executeUpdate
------------------------------
2.0.9B - Feb 20, 2004
------------------------------
o Rebuilt on Feb 20th to fix incomplete ZIP file
o Fixed IBATIS-24 Add use="true" to javadoc tasks
o Fixed IBATIS-25 Included com.ibatis.common not included in JavaDoc
o Fixed IBATIS-57 Deprecated ScriptRunner
o Fixed IBATIS-47 Add Table of Contents to SqlMaps developer guide
o Fixed IBATIS-68 Add PrameterSetter's interface ( getPreparedStatement() )
o Fixed IBATIS-55 Throws ArrayIndexOutOfBoundsException when call queryForObject
o Fixed IBATIS-41 Sql fragments don�t use namespaces
o Fixed IBATIS-51 isParameterAvailable for Maps always returns true
o Fixed IBATIS-66 com.ibatis.common.util.Throttle not decrementing Session counter causes application to hang
o Fixed IBATIS-61 Inconsistent type handler handling
o Fixed IBATIS-70 iBatis Caching Should Not Rely on hashCode Alone
o Fixed IBATIS-72 Placeholders in sqlmap are not resolved in config
o Fixed IBATIS-74 Problem using a "url" based properties file
o Fixed IBATIS-34 Exception while serializable NULL value (CacheModel)
------------------------------
2.0.9 - Dec 31, 2004
------------------------------
o Added solution for N+1 selects for any number of 1:M and M:N relationships.
o Added groupBy="..." for Result Maps to deal with repeating groups.
o Added resultMap="..." to result mapping to deal with sub groups.
o Added remapResults="true|false" remapping of dynamic result set metadata.
o Added support for isolation levels specified in .startTransaction()
o Added support for SQL "includes" to reduce/eliminate repeated SQL
o Added default CLOB/BLOB support that should work for most databases (thanks to Alexander and Martin)
o Added TopLink DAO Transaction Manager and Template (thanks to Wayne Gentile!)
o Custom type handlers can now directly implement the TypeHandler interface
o Refactored Builder/Parser to be more maintainable (nodelets)
o Verified that duplicate statement names throw an exception. [982534]
o SqlExecutor now always exhausts result sets with ps.getMoreResults()
o Fixed new format inline parameter parsing error [ibatis-23]
------------------------------
2.0.8 - Nov 26, 2004
------------------------------
o Probes now always return true for hasReadable/hasWriteable property checks.
o Fixed OUT/INOUT parameters to proc not retrieved properly (ibatis-12)
o Verified missing columns throw an exception (ibatis-16)
o Completely $supplied$ SQL statements are not supported (ibatis-17)
o Verified parameter type handlers are applied (ibatis-ll)
o Fixed cache model size of 1 disables caching (ibatis-7)
o Fixed LRU cache memory leak (ibatis-1)
o Added commitRequired attribute to transactionManager to force commit even on query (ibatis-10,3)
------------------------------
2.0.7 - Oct 03, 2004
------------------------------
o Added new inline parameter map format (#columnName,javaType=string,jdbcType=VARCHAR# etc.)
o Added direct Set type property support
o Added "OBJECT" type handler mapping to help deal with unsupported types
o Added better exception messages and improved OJB DAO transaction support
o Fixed complex properties being instantiated, even if ultimate value is null
o Fixed DAO builder so that parameter properties override file props
o Fixed CTH so nulls are now sent to custom setParameter
o Fixed DAO unclosed Connection in JTA transaction
o Fixed DAO possible (unlikely) unclosed JDBC connection
------------------------------
2.0.6 - Sep 18, 2004
------------------------------
o Changed complex props so select won't be executed if param null
o Fixed non-caching null cache result bug
o Fixed removeObject bug from fifo and lifo cache
o Fixed locale issue with JavaBean property matching
o Fixed unclosed statement if result set fails in MS SQL Server
o Fixed comments within dao.xml
o Fixed undetected duplicate statement names in a single sql map
o Fixed inconsistent type handler for Map params without paramclass
o Fixed SQLExceptin when populating complex properties
o Fixed setters being called for non-OUT parameter objects
------------------------------
2.0.5 - Aug 11, 2004
------------------------------
o Added Custom Type Handlers! (see TypeHandlerCallback)
o Added OJB DAO support (Thanks to Pedro Salgado)
o Added passthrough methods for Hibernate DAO template
o Added JdbcDaoTemplate support to most DAO TX managers
o Deprecated JtaDaoTemplate, use JdbcDaoTemplate instead
o Fixed reserved XML character encoding for XML types
o Fixed Autocommit (true) in JdbcDaoTransaction
o Fixed Expanded entity references in XML (for > etc.)
o Fixed base probe indexed property accessor
o Fixed doubled-up property element for complex DOM props
------------------------------
2.0.4 - Jul 25, 2004
------------------------------
o Deprecated getUserConnection() (use getCurrentConnection())
o Added getCurrentConnection()
o Added openSession(Connection) for easier user connections
o Improved user provided connection implementation
o Fixed logging bug that prevented SQL from being logged
o Fixed resultSetType prepareStatement overloaded method call
o Fixed nullValue replacement when used with dynamic statements
------------------------------
2.0.3 - Jul 16, 2004
------------------------------
o Added fetchSize and resultSetType attributes to statement and select
o Added parameter count to CacheKey equals for paranoid equality
o Removed redundant bit shift in CacheKey update
o Refactored cache locking pattern to improve concurrent access to cache models
o Improved caching to avoid redundant connection reservations
o New property to stop autocommit from being called in EXTERNAL TX Manager
o Fixed JDBC types being ignored for hashmap parameter classes
o Fixed some rare misleading error messages
------------------------------
2.0.2 - Jun 22, 2004
------------------------------
o Fixed nested List in Map parameter (e.g. #list[].id#)
------------------------------
2.0.1 - Jun 21, 2004
------------------------------
o Added DefaultAutoCommit property to EXTERNAL transaction manager
o Removed redundant throws from template methods
------------------------------
2.0.0 Final - Jun 18, 2004
------------------------------
o Added SqlMapDaoTemplate wrapper methods (wraps SqlMapExecutor methods)
o Fixed "double.nested" complex properties (no WRITEABLE prop found)
o Fixed finalizer triggering lazy loader
o Fixed Paginated List caching
o Fixed NPE on complex prop without parameter class
o Fixed default serialize setting on cache model and improved error msg
------------
- 1
- 2
前往页