Build 1.2.1
========================
Bug Fixed:
* [NH-111] - Oracle "Invalid identifier" exception
* [NH-989] - Assemblies are not registered in the correct order
* [NH-995] - Problem with CompositeId+"key-many-to-one"+Caching
* [NH-999] - One Shot Delete doesn't work - and cause reference violations
* [NH-1006] - Invalid SQL order generated by JetDriver
* [NH-1011] - update=false attribute ignored
* [NH-1012] - DetachedCriteria CreateAlias with joinType (new in1.2) is broken
* [NH-1018] - 'DistinctRootEntity' result transformer throws InvalidCastException
* [NH-1023] - using projections and transformer causes invalid column name when property and alias are the same
* [NH-1039] - NullReferenceException for dynamic-component containing a set
* [NH-1061] - Schema name missing when quering for highest key value
* [NH-1064] - wrong association owner when fetching eagerly
* [NH-1068] - Typo in example-mappings.html
* [NH-1086] - SerializationException when using MemCacheProvider as cache because some classes miss the SerializableAttribute.
* [NH-1124] - Problem in NHibernate.Type.ComponentType.NullSafeSet
* [NH-1155] - SubselectFetch doesn't take into account paging
* [NH-1156] - MS2005Dialect doesn't handle same column & alias names correctly
* [NH-1167] - SubCriteria.CreateCriteria(string associationPath, string alias, JoinType joinType) always uses JoinType.InnerJoin
Improvements:
* [NH-901] - ComponentType mappings for with value types (structs) cause incorrect dirty checking
* [NH-1049] - classes which inherit Order can't override ToSqlString
New Features:
* [NH-1022] - Add command batching support for OracleClient driver
Patches Applied:
* [NH-585] - Unknown version when using replicate and joined-subclass
* [NH-903] - IQuery.SetFirstResult and SetMaxResults break in MsSql2005Dialect for ISQLQuery using WITH keyword
* [NH-990] - Abstract CurrentSessionContext management and add more implementations
* [NH-1014] - NHibernate Cross Join Syntax Causes Issues With SQL Server 2000/2005
* [NH-1054] - Add hibernate.transaction.factory_class setting
* [NH-1056] - Command batching support for OracleDataClientDriver
* [NH-1076] - Sybase11 Dialect
* [NH-1080] - HQL parser incorrectly registers a many-to-one association as a one-to-one.
* [NH-1119] - valuetypes in uniqueresult<T> give an error when query result is null
* [NH-1160] - Parameter compatibility problem in cached Sql command.
* [NH-1193] - Limit string in MsSql2005 dialect can sort incorrectly on machines with multiple processors
Task Completed:
* [NH-1002] - Document undocumented configuration properties
Build 1.2.0.GA
========================
Patches Applied:
* [NH-992] - AuxiliaryDatabaseObject enhancement
Bugs Fixed:
* [NH-980] - Table name not quoted with increment generator
Improvements:
* [NH-974] - Build and distribute a binary zip file along with the installer
* [NH-976] - Better error description when subclass table name is wrong
* [NH-985] - Map DbType.Guid to CHAR(38) for Oracle
* [NH-988] - Proxy validator should complain on non-virtual internal members
Build 1.2.0.CR2
========================
Patches Applied:
* [NH-859] - Improve SubselectFetch performance
* [NH-931] - Error Message Improvement for SingleTableEntityPersister.cs
* [NH-934] - Fix Spelling in comments and parameter lists
* [NH-937] - Improve comments and parameter lists
* [NH-954] - Fix build for mono-1.0 on Linux
* [NH-955] - JetDriver breaks on non-standard cultures, on the DateTime fix
* [NH-962] - Parent-Child relationships not properly persisted in certain cases
Bugs Fixed:
* [NH-898] - ArgumentException from EntityKey constructor when running a HQL query
* [NH-926] - Identity insert fails with SQL Ce dialect and aggresive connection release mode.
* [NH-929] - session.Save(object) sets bogus ID fields using MySQL with default hibernate.connection.release_mode
* [NH-930] - Schema Export generates duplicate constraints
* [NH-932] - hbm2net: Troubles using "classname, AssemblyName" in Extends attribute of joined-subclass
* [NH-933] - Expression.In does not support Generic lists
* [NH-940] - domain model exception badly handled by proxy NHibernate
* [NH-952] - AddAssembly doesn't seem to order joined-subclass correctly
* [NH-958] - ISession.SaveOrUpdateCopy throws exception when class has <any> mapping
* [NH-965] - Error with computed property (property ... formula="... ) inside <compsite-element> block
* [NH-966] - Unsafe type cast code in DetachedCriteria.GetExecutableCriteria
New Features:
* [NH-305] - Generated properties
* [NH-428] - Support Multiple Collections join fetch
* [NH-915] - Add pessimistic locking for SQL Server 2000/2005
* [NH-936] - Sys Cache with SqlCacheDependencies
Improvements:
* [NH-944] - Provide API for specifying JoinType in subqueries
* [NH-947] - Add IInterceptor.SetSession
* [NH-948] - Documentation needs update: "Copy the xsd files to ... directory for enabling IntelliSense"
Build 1.2.0.CR1
========================
Patches Applied:
* [NH-859] - Improve SubselectFetch performance
* [NH-874] - Named Parameters do not work in Having Clause
* [NH-875] - Query cache does not work when filters are enabled
* [NH-923] - The NHibernate.Expression.Order class doesn't implement ToString()
Bugs Fixed:
* [NH-857] - Filter parameter is mandatory and should be optional
* [NH-864] - Dynamic update of NULL column using Nullables.NullableInt32 with "dirty" optimistic locking fails
* [NH-870] - Expression.Disjunction has wrong semantics when empty
* [NH-872] - SetCacheable(true) with an enabled filter fails
* [NH-873] - Setting hibernate.cache.use_second_level_cache to false throws NRE in SessionFactoryImpl constructor
* [NH-876] - NullReferenceException on query exection with SetCacheable(true) and null parameters
* [NH-882] - using binary type in filter does not work
* [NH-883] - Update to Bag cannot be flushed more than once.
* [NH-890] - hbm2net cannot handle wildcards without a path
* [NH-891] - Parameters do not work in HQL array access expression
* [NH-897] - An index attribute in the property tag does not create an index
* [NH-906] - SubselectFetch does not properly handle forumla properties containing "from"
* [NH-907] - Test WhereAttributesOnBags fail on PostgreSQL
* [NH-909] - Test CastFunc() fails on PostgreSQL
* [NH-911] - Allow subqueries with joins using Criteria API and Subqueries with DetachedCriteria
* [NH-912] - NullReferenceException in TypedValue.ToString
* [NH-914] - Test NH826 fails on PostgreSQL
* [NH-916] - Test SelectSqlProjectionTest() fails on PostgreSQL
* [NH-918] - wrong parameters passed to AddIdentitySelectToInsert()
* [NH-920] - DB2400Dialect does not support "mod(x,y)" function
New Features:
* [NH-888] - RFE: IQuery.SetGuid
Tasks Completed:
* [NH-862] - Document that aggressive connection release does not work well with System.Transactions
* [NH-867] - Write a migration guide from 1.0.x to 1.2.0
Improvements:
* [NH-868] - Add optimistic-lock attribute to all elements that have it in H3
* [NH-869] - Implement IInterceptor.BeforeTransactionCompletion and others
* [NH-879] - Deprecate ILifecycle and IValidatable; move them to NHibernate.Classic.
* [NH-880] - Move IUserType and ICompositeUserType to NHibernate.UserTypes
* [NH-881] - Add Configuration.AddSqlFunction
* [NH-887] - Support superclass property reference in property-ref
* [NH-902] - Remove usage of string.Intern
* [NH-910] - Postgre
没有合适的资源?快使用搜索试试~ 我知道了~
NHibernate文档+BIN+src
共4527个文件
cs:3698个
xml:556个
csproj:70个
需积分: 3 13 下载量 11 浏览量
2008-07-26
10:27:43
上传
评论
收藏 7.62MB RAR 举报
温馨提示
这里面的资料我是在resorceforge上下的,是最新的bin和src,希望对你没学习ORM NHibernate 有说帮助 希望能和我交流,我最近迷上 NHibernate了!QQ 28208070
资源推荐
资源详情
资源评论
收起资源包目录
NHibernate文档+BIN+src (4527个子文件)
Global.asax 1KB
Global.asax 1KB
InsertItem.aspx 2KB
InsertItem.aspx 2KB
ViewData.aspx 2KB
ViewData.aspx 2KB
Schema.aspx 816B
Schema.aspx 816B
Default.aspx 659B
Default.aspx 659B
default.build 13KB
NHibernate.Setup.build 2KB
NHibernate.Setup.build 2KB
NHibernate.Test.build 2KB
NHibernate.build 2KB
NHibernate.build 2KB
NHibernate.Test.Performance.build 2KB
NHibernate.Test.build 2KB
Iesi.Collections.build 1KB
Iesi.Collections.build 1KB
NHibernate.Test.Performance.build 1KB
NHibernate.Caches.SysCache2.build 1KB
NHibernate.Mapping.Attributes.build 1KB
NHibernate.Search.Tests.build 1KB
NHibernate.Tool.hbm2net.Tests.build 1KB
NHibernate.Mapping.Attributes.Test.build 1KB
NHibernate.DomainModel.build 1KB
NHibernate.DomainModel.build 1KB
Nullables.Tests.build 1KB
NHibernate.Caches.Prevalence.build 1KB
Iesi.Collections.Test.build 1KB
Iesi.Collections.Test.build 1KB
NHibernate.Caches.Prevalence.Tests.build 1KB
NHibernate.Examples.build 1KB
NHibernate.Examples.build 1KB
NHibernate.UserTypes.Tests.build 1KB
NHibernate.Tool.hbm2net.build 1KB
NHibernate.Search.build 1KB
NHibernate.Caches.SysCache.Tests.build 1KB
NHibernate.Caches.SysCache.build 1KB
NHibernate.Caches.MemCache.build 1KB
NHibernate.Caches.MemCache.Tests.build 1KB
Nullables.NHibernate.build 1KB
NHibernate.JetDriver.build 973B
NHibernate.Tasks.build 968B
NHibernate.Tool.hbm2net.Console.build 937B
NHibernate.UserTypes.SqlTypes.build 909B
NHibernate.UserTypes.Oracle.build 907B
Nullables.build 871B
NHibernate.Tool.HbmXsd.build 802B
NHibernate文档.chm 174KB
App.config 7KB
App11.config 6KB
App.config 5KB
App.config 5KB
App.config 4KB
Web.Config 3KB
Web.Config 3KB
App.config 3KB
App.config 2KB
App.config 2KB
App.config 2KB
App.config 2KB
App.config 2KB
App.config 2KB
App.config 2KB
App.config 2KB
app.config 1KB
App.config 1KB
App.config 1KB
App.config 712B
HbmWriter.cs 355KB
SessionImpl.cs 163KB
FooBarTest.cs 151KB
FooBarTest.cs 150KB
Hbm.generated.cs 149KB
AbstractEntityPersister.cs 128KB
AbstractEntityPersister.cs 90KB
HbmBinder.cs 82KB
Dialect.cs 71KB
SessionImpl.cs 64KB
Configuration.cs 63KB
Loader.cs 59KB
Loader.cs 55KB
AbstractCollectionPersister.cs 53KB
CriteriaQueryTest.cs 51KB
Configuration.cs 48KB
TypeFactory.cs 48KB
QueryTranslator.cs 47KB
AbstractCollectionPersister.cs 43KB
TypeFactory.cs 41KB
StatefulPersistenceContext.cs 41KB
SessionFactoryImpl.cs 40KB
ClassBinder.cs 40KB
QueryTranslator.cs 40KB
SupportClass.cs 38KB
ISession.cs 38KB
PersistentClass.cs 35KB
SessionFactoryImpl.cs 33KB
ClassMapping.cs 33KB
共 4527 条
- 1
- 2
- 3
- 4
- 5
- 6
- 46
资源评论
whn0804001
- 粉丝: 0
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 2024校园跑腿代办同城闪送小程序 -课件源码
- 体系结构(ARM架构版本)与其对应的ARM处理器内核
- 美赛建模竞赛全面指南:团队合作、建模流程与工具使用
- spotfire 取某两字符中间的子字符串 demo,自用
- java高校学生信息管理系统源码数据库 MySQL源码类型 WebForm
- 毕业设计《基于Python的南京二手房数据采集及可视化分析》+项目源码+文档说明
- 毕业设计《基于Springboot+Vue+Python深度神经网络学习算法水质管理预测》+项目源码+文档说明
- PLC项目 5号卸垛机.mwp
- 基于 nodejs+SQL server 实现的学生-教师评价系统课程设计
- PLC项目程序 2号卸笼.gxw
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功