匝抽 发表于 2025-5-29 19:59:01

NHibernate 2.1.1.GA发布

NHibernate 2.1.1.GA发布

Fabio Maulo 大牛通过几个月的fix,修复了大量的BUG,今天编译并发布了NHibernate 2.1.1.GA版本,这次Fabio Maulo 好像很低调,没有在官方宣布,不过在twitter上记录了整个过程,这暗示这为打造下个全新的版本NHibernate3.0.0.Alpha1努力。
你可以到这里下载NHibernate 2.1.1.GA,其版本号为2.1.1.4000,这个版本官方说法是Final 2.1.1GA (probably last for .NET 2.0)
       
[*]NHibernate API文档:NHibernateAPI.chm       
[*]NHibernate 源码:NHibernate-2.1.1.GA-src.zip       
[*]NHibernate参考文档:NHibernate-2.1.1.GA-reference.zip       
[*]NHibernate二进制文件:NHibernate-2.1.1.GA-bin.zip
NHibernate发行文档

** Sub-task
* - Check same behavior for other persistent collection.

** Bug
* - key-many-to-one && not-found
* - filtering by key-many-to-one causes invalid sql
* - Missing table join when use a criteria on key-many-to-one part of a Composite Id
* - Invalid SQL generated for join on composite id using Criteria API
* - Problem with MsSql2000 and 2005 Dialects GetLimitString when using use_sql_comments=true
* - delete-orphan mapping, NullReferenceException in DefaultDeleteEventListener.DeleteTransientEntity
* - HQL query parser can't determine parameter type when using native sql function in hql query.
* - SaveOrUpdateCopy throws InvalidCastException
* - QBE don't set the '%' wildcards when using an other matchmode than Matchmode.Exact
* - Protected properties and public properties cannot have the same name with different case
* - Join used together with subquery generates wrong SQL
* - IQuery.SetParameter should use DetermineType
* - Mishandling of filter parameters causes System.InvalidCastException
* - Aggregate parameters in projection are not substituted
* - AdoNet batcher not using CommandTimeout
* - Collections with out native ID generation is not working
* - CLONE -HQL AST-Parser: Null-Pointer Exception on Non-Exsistant Entity on Joins
* - Not retrieving AUTO_INCREMENT identifier on MySQL because of connection closing
* - Session Filters + collection + parametrized query = bug
* - Oracle: Schema update crashes
* - NativeSQLQuerySpecification.Equals compares collections by reference
* - No 'lower' call in sql-query in LikeExpression with 'ignorecae' = true
* - Missingelement in NHibernate mapping schema.
* - Custom Enum-String mapping is not written to SQL statement
* - Hibernate mapping file does not allow a value of 0 for the "scale" attribute of the "property" element
* - Adding/Removing items to idbag in one transaction causes KeyNotFoundException
* - System.InvalidCastException on cacheable query with byte array query parameter
* - Byte array truncation to a length of 8000
* - Criteria API does not handle property of type "System.Type" correctly
* - DateTime sent to dataase is not accurate to millisecond
* - cast and parameter combination in HQL fails to parse
* - Blobs and Clobs with Sql Server CE
* - NHibernate is allowing deletion of immutable objects
* - MultiQuery does not update statistics
* - Subquery filter parameters are not set as variables in SQL
* - BasicFormatter throws exceptions for certain types of data
* - Original exception information lost when error occurs NHibernate.Engine.TransactionHelper.Work.DoWork
* - Problem when calling ISession.GetEnableFIilter with a not enabled filter name
* - IsNullable property is not set properly in ClassIdBinder.cs

** Improvement
* - Oracle stored procedure with Ref Cursor out
* - IResultTransformer should override Equals and GetHashCode
* - Add decimal types to MySQL dialect.
* - Fix introduction in docs so it won't mention VS 2003
* - Ignore exception when trying to set the same type of CollectionTypeFactory

** New Feature
* - Allow DetachedCriteria To Work with IStatelessSession
* - Introduce new Interface IPostEvent in NHibernate.Event
* - Possibility to turn off many-to-one filters

** Patch
* - GetEnumerator().Current inconsistent for generic
* - SQLite dialect - Fix to substring function
* - Patch for a bug in MySQLMetaData.cs
NHibernate资源

下面稍微列出NHibernate资源,更多资料可以关注博客园。
英文:
NHibernate官方网站:http://nhforge.org/
NHibernate官方博客:http://nhforge.org/blogs/nhibernate/
NHibernate FAQ:http://blogs.hibernatingrhinos.com/nhibernate/Default.aspx
中文:
我的博客:http://www.cnblogs.com/lyj/tag/NHibernate/
老赵博客:http://www.cnblogs.com/JeffreyZhao/tag/NHibernate/
Richie 博客:http://www.cnblogs.com/RicCC/category/82441.html
NHibernate小组:http://space.cnblogs.com/group/NHibernate/
这里透露下信息,博客园团队正在制作NHibernate专题,将有大量“第一手”资料和大家见面。敬请期待。

来源:程序园用户自行投稿发布,如果侵权,请联系站长删除
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!
页: [1]
查看完整版本: NHibernate 2.1.1.GA发布