nhibernate 2.0.1.4000 → 2.1.0.4000

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. data/docs/Antlr - Directory listing for -download-CSharp.url +5 -0
  2. data/docs/Configuration_Templates/FireBird.cfg.xml +31 -0
  3. data/docs/Configuration_Templates/MSSQL.cfg.xml +22 -0
  4. data/docs/Configuration_Templates/MySql.cfg.xml +17 -0
  5. data/docs/Configuration_Templates/Oracle.cfg.xml +19 -0
  6. data/docs/Configuration_Templates/PostgreSQL.cfg.xml +16 -0
  7. data/docs/Configuration_Templates/SQLite.cfg.xml +17 -0
  8. data/docs/HowInstall.txt +7 -0
  9. data/docs/LinFu.License.txt +167 -0
  10. data/docs/gfdl.txt +356 -0
  11. data/docs/{NHibernate.license.txt → lgpl.txt} +0 -0
  12. data/docs/nhibernate-configuration.xsd +12 -0
  13. data/docs/nhibernate-mapping.xsd +1312 -925
  14. data/docs/readme.html +60 -0
  15. data/docs/releasenotes.txt +418 -0
  16. data/lib/Required_Bins/Antlr3.Runtime.dll +0 -0
  17. data/lib/Required_Bins/Iesi.Collections.dll +0 -0
  18. data/lib/{Iesi.Collections.xml → Required_Bins/Iesi.Collections.xml} +16 -0
  19. data/lib/Required_Bins/NHibernate.Linq.dll +0 -0
  20. data/lib/Required_Bins/NHibernate.Linq.xml +725 -0
  21. data/lib/Required_Bins/NHibernate.dll +0 -0
  22. data/lib/{NHibernate.xml → Required_Bins/NHibernate.xml} +19837 -16023
  23. data/lib/Required_For_LazyLoading/Castle/NHibernate.ByteCode.Castle.dll +0 -0
  24. data/lib/Required_For_LazyLoading/Castle/NHibernate.ByteCode.Castle.xml +40 -0
  25. data/lib/Required_For_LazyLoading/Choose_Only_One.txt +2 -0
  26. data/lib/Required_For_LazyLoading/LinFu/LinFu.DynamicProxy.dll +0 -0
  27. data/lib/Required_For_LazyLoading/LinFu/NHibernate.ByteCode.LinFu.dll +0 -0
  28. data/lib/Required_For_LazyLoading/LinFu/NHibernate.ByteCode.LinFu.xml +8 -0
  29. data/lib/Required_For_LazyLoading/Spring/Common.Logging.dll +0 -0
  30. data/lib/Required_For_LazyLoading/Spring/NHibernate.ByteCode.Spring.dll +0 -0
  31. data/lib/Required_For_LazyLoading/Spring/NHibernate.ByteCode.Spring.xml +22 -0
  32. data/lib/Required_For_LazyLoading/Spring/Spring.Aop.dll +0 -0
  33. data/lib/Required_For_LazyLoading/Spring/Spring.Aop.xml +11277 -0
  34. data/lib/Required_For_LazyLoading/Spring/Spring.Core.dll +0 -0
  35. data/lib/Required_For_LazyLoading/Spring/Spring.Core.xml +45248 -0
  36. data/lib/Required_For_LazyLoading/Spring/antlr.runtime.dll +0 -0
  37. metadata +42 -15
  38. data/docs/Iesi.Collections.license.txt +0 -9
  39. data/lib/Iesi.Collections.dll +0 -0
  40. data/lib/NHibernate.dll +0 -0
data/docs/readme.html ADDED
@@ -0,0 +1,60 @@
1
+ <html>
2
+ <head>
3
+ <title>NHibernate.org - Welcome</title>
4
+ </head>
5
+ <body>
6
+ <h1>Welcome to NHibernate!</h1>
7
+ <hr>
8
+ <p>
9
+ <a href="http://www.nhforge.org/">NHibernate</a> is a .NET based object persistence library for relational databases.
10
+ NHibernate is a port of the excellent Java <a href="http://www.hibernate.org/">Hibernate</a>
11
+ relational persistence tool.
12
+ </p>
13
+ <p>
14
+ You can find tutorials and samples in the <a href="http://www.nhforge.org/">NHibernate community site</a>
15
+ <a href="http://nhforge.org/wikis/">wiki</a> and <a href="http://nhforge.org/blogs/nhibernate/">blog</a>.
16
+ </p>
17
+ <h2>Latest Version</h2>
18
+ <p>
19
+ Details of the latest version of NHibernate can be found on SourceForge at
20
+ <a href="http://sourceforge.net/projects/nhibernate/">http://sourceforge.net/projects/nhibernate/</a>.
21
+ </p>
22
+
23
+ <h2>Documentation</h2>
24
+ <p>
25
+ All available resources on NHibernate can be found online:
26
+ <a href="http://nhibernate.deepgrok.com/">NHibernate deep grok</a>.
27
+ </p>
28
+ <p>
29
+ The reference documentation for NHibernate is available <a
30
+ href="http://nhforge.org/doc/nh/en/index.html">on-line on the website</a>.
31
+ </p>
32
+
33
+ <h2>Bug Reports</h2>
34
+ <p>
35
+ If you find any bugs please use the <a href="http://jira.nhforge.org/">JIRA bug tracker</a>.
36
+ </p>
37
+
38
+ <h2>Licenses</h2>
39
+ <p>
40
+ This software is distributed under the terms of the FSF Lesser GNU Public License (see lgpl.txt).
41
+ </p>
42
+
43
+ <p>
44
+ This product uses software developed by the Apache Software Foundation (http://www.apache.org/).
45
+ </p>
46
+ <ul>
47
+ <li>log4net</li>
48
+ </ul>
49
+
50
+ <p>
51
+ This product includes source code from an article written by Jason Smith.
52
+ </p>
53
+ <ul>
54
+ <li>
55
+ Iesi.Collections - original code can be found at <a href="http://www.codeproject.com/csharp/sets.asp">
56
+ Add Support for "Set" Collections to .NET</a>
57
+ </li>
58
+ </ul>
59
+ </body>
60
+ </html>
@@ -1,3 +1,421 @@
1
+ Build 2.1.0
2
+ ========================
3
+ ** Known BREAKING CHANGES from NH2.0.xGA to NH2.1.0
4
+ ##### Run time #####
5
+ * If you want work using lazy loading with LinFu.DynamicProxy now you must deploy NHibernate.ByteCode.LinFu.dll
6
+ * If you want work using lazy loading with Castle.DynamicProxy2 now you must deploy NHibernate.ByteCode.Castle.dll
7
+ * If you want work using lazy loading with Spring.Aop now you must deploy NHibernate.ByteCode.Spring.dll
8
+ * compatible only with .NET2.0 SP1 or above (System.DateTimeOffset)
9
+ * In SchemaExport.Execute the parameter "format" was removed; (NH-1701) enabled configuration property format_sql (default true)
10
+ * Antlr3.Runtime.dll is required
11
+ * the syntax foo.bar.baz.elements or foo.bar.baz.indices is not longer supported. Use the alternative syntax of elements(foo.bar.baz) or indices(foo.bar.baz) instead
12
+ Note: in some case, where a sub-select is needed, the collection is enough example: FROM m IN CLASS Master WHERE NOT EXISTS( FROM m.Details d WHERE NOT d.I=5 )
13
+
14
+ ##### Possible Breaking Changes #####
15
+ * ISession interface has additional methods
16
+ * ICriteria.SetProjection now takes a params array of projections, instead of a single projection
17
+ Only a breaking change if you are implementing ICriteria, there is full source code compatability
18
+ * IStatelessSession interface has additional methods
19
+ * DefaultProxyFactoryFactory removed
20
+ * IProxyFactoryFactory now provide the IProxyValidator implementation
21
+ * Now filters are working even with many-to-one association for Criteria and HQL (NH-1293, NH-1179)
22
+
23
+ ##### Initialization time #####
24
+ * The ProxyValidator check for "internal virtual" (to be intercepted by proxy need "protected internal virtual")
25
+ * The session-factory configuration property "proxyfactory.factory_class" is mandatory; You must choose one of the availables NHibernate.ByteCode
26
+
27
+ ##### Breaking Changes #####
28
+ * see NH-1633 if you are using SQL native queries
29
+ * CriteriaUtil is gone. NHibernate.Transform.Transformers now returns predefined IResultTransformer.
30
+ * ISessionFactory.Settings is gone (moved to ISessionFactoryImplementor.Settings)
31
+ * Obsolete ORACLE dialects was removed (new implementations are available)
32
+ * ISQLExceptionConverter was changed in order to have more flexibility about information available for the conversion and followed management.
33
+ * ADOException now use string instead SqlString
34
+ * IParameterizedType is using IDictionary<string, string>
35
+
36
+ Build 2.1.0.GA (rev4652)
37
+ =============================
38
+ ** Bug
39
+ * [NH-1027] - Querying multiply collections + paging in SQL2005 fail if both has same col name
40
+ * [NH-1865] - NHibernate throws InvalidOperationException on Linux/Mono 2.4
41
+ * [NH-1867] - Cannot map a type nested within a generic type
42
+ * [NH-1868] - InvalidCastException when using the same filter on two parent entities and a many-to-one
43
+ * [NH-1890] - Iesi.Collections file version lower than previous releases
44
+
45
+ ** Improvement
46
+ * [NH-1877] - Support for Projections.GroupBy(IProjection projection)
47
+
48
+
49
+ ** Patch
50
+ * [NH-1872] - OdbcDriver - PrepareSql - SetParameterSizes
51
+ * [NH-1876] - Id.TableGenerator fails to apply where clause when selecting the next 'Hi' value (creates infinite loop)
52
+
53
+ Build 2.1.0.CR1 (rev4578)
54
+ =============================
55
+ ** Bug
56
+ * [NH-1849] - Using custom sql function "contains" causes an Antlr exception
57
+ * [NH-1857] - NH2.1: Full Join in HQL query does not work.
58
+ * [NH-1859] - SQL-Commands with more than one comment don't work
59
+ * [NH-1864] - SQL response parameter mishandling when using filter on two classes
60
+
61
+ ** Improvement
62
+ * [NH-1844] - SessionIdLoggingContext introduced in trunk revision 4265 is very time costly
63
+ * [NH-1850] - NHibernate should log query duration
64
+
65
+ ** New Feature
66
+ * [NH-1853] - Add a Configuration.AddNamespace method to allow adding mappings within a specific folder
67
+
68
+ Build 2.1.0.Beta2 (rev4501)
69
+ =============================
70
+ ** Sub-task
71
+ * [NH-1827] - SchemaUpdate exception
72
+ * [NH-1843] - Precision and scale for MySQL is not working, too
73
+
74
+ ** Bug
75
+ * [NH-1734] - NHibernate aggregate function sum() to return Int64 instead of floating point value
76
+ * [NH-1810] - Use of custom sorted set leads to "collection not processed by flush" exception
77
+ * [NH-1812] - Aggregates + IsNull bug (AST parser)
78
+ * [NH-1821] - Wrong SQL executed when the SQL contains new lines
79
+ * [NH-1822] - CLONE -NHibernate.Util.TypeNameParser doesn't parse correctly generic types
80
+ * [NH-1830] - Missing MatchMode Parameter
81
+ * [NH-1831] - AST Parser & Bitwise queries
82
+ * [NH-1834] - Formula node in Many-To-One is ignored
83
+ * [NH-1835] - prepare_sql = true (creating prepared queries) makes NHibernate set up wrong size for byte arrays larger than 8000
84
+ * [NH-1837] - UniqueResult<T>() executes sql query twice.
85
+
86
+ ** Improvement
87
+ * [NH-473] - order-by in <bag> is ignored if FetchMode is Join
88
+ * [NH-1069] - Add context information to LazyInitializationException.
89
+ * [NH-1097] - Should not parse column names, and consider them as failing HQL queries
90
+ * [NH-1192] - Support bitwise operations
91
+ * [NH-1266] - ISQLExceptionConverter for various Dialects
92
+ * [NH-1672] - Unnecessary calls to planCache.Put
93
+ * [NH-1820] - PostgreSQL: support for Temporary Tables
94
+ * [NH-1824] - MySQL: support for Temporary Tables
95
+ * [NH-1826] - PostgreSQL: support iff() function
96
+ * [NH-1833] - OverflowException instead of expected FormatException when trying to parse a "long" literal
97
+ * [NH-1846] - DbTimestampType (from H3.3.1)
98
+
99
+ ** New Feature
100
+ * [NH-1623] - Configuration of UserCollection for any collection type
101
+ * [NH-1817] - Allow <typedef> for Id generator class
102
+
103
+ ** Patch
104
+ * [NH-1829] - AbstractEntityPersister.Delete is not virtual
105
+ * [NH-1842] - Type.CharBooleanType.ctor(SqlType) is internal for no reason. Making it protected supports better extensibility.
106
+
107
+
108
+ Build 2.1.0.Beta1 (rev4424)
109
+ =============================
110
+ ** Bug
111
+ * [NH-959] - HQL queries with math operators and aggregates fail
112
+ * [NH-1092] - An Aggregate Count(*) on on an Abstract Base Class (Polymorphic) with UniqueResults returns 1 result per subclass when using the table per subclass approach
113
+ * [NH-1171] - Named parameters in SQL query are not substituted when query contains comments with apostrophes
114
+ * [NH-1182] - Calling session.delete() causes unnecessary update to timestamp before sql:delete
115
+ * [NH-1400] - HQL string literals with dots in are tried loaded as types (classes) and fails
116
+ * [NH-1427] - XML Comments inside <join> tag cause exception
117
+ * [NH-1444] - broken implicit join
118
+ * [NH-1487] - schema generation of unique-key with column involved in multiple unique constraints
119
+ * [NH-1507] - NHibernate misplaces JOIN conditions when WHERE references their columns and others altoghether
120
+ * [NH-1517] - SaveOrUpdateCopy does not call "public LifecycleVeto OnUpdate(ISession s)"
121
+ * [NH-1601] - Problems when accessing lists through property
122
+ * [NH-1617] - Formulas containing a data type incorrectly have that data type aliased with the outer entity alias
123
+ * [NH-1735] - TicksType used as entity version causes exceptions on cache put operation.
124
+ * [NH-1789] - A proxy sometimes doesn't call the overriden Equals() method (mapping interface instead class)
125
+ * [NH-1801] - Cross join with a where clause where lhs and rhs are different types of associations breaks with the new AST Query Translator
126
+ * [NH-1802] - Query Cache does not include filters in QueryKey.ToString
127
+ * [NH-1805] - Does ignore <meta> on <subclass>
128
+ * [NH-1813] - Not understandable exception message
129
+
130
+ ** Improvement
131
+ * [NH-1019] - Improve error message for HQL in when entity not recognised
132
+ * [NH-1814] - Autoregister ReservedWords from MetaData
133
+
134
+ ** New Feature
135
+ * [NH-188] - Should Table/Column names be quoted automatically?
136
+
137
+ ** Patch
138
+ * [NH-1044] - IdBag for component not in XSD
139
+ * [NH-1804] - Expiration property of session factory not handled when configured via XML
140
+
141
+ Build 2.1.0.Alpha3 (rev4378)
142
+ =============================
143
+
144
+ ** Bug
145
+ * [NH-1098] - Problem in filters with parameters and associated logging information
146
+ * [NH-1179] - Filter not applied in explicit join
147
+ * [NH-1264] - Eager fetching with Criteria/DetachedCriteria does not seem to be working properly
148
+ * [NH-1307] - Parameter Postion incorrect in the sql query .
149
+ * [NH-1343] - In HQL, when having only one Class for query it fails to work if we forget the Alias.
150
+ * [NH-1388] - Map does not delete keys if value of the key is null
151
+ * [NH-1574] - Stateless Session isn't ignoring untouched proxy properties on update
152
+ * [NH-1725] - When using SELECT NEW <Entity>(iif(a=0, 2, 1)) From .... Returns error '(' expected after HQL function in SELECT
153
+ * [NH-1727] - Hql parameter problems (Sql2005dialect)
154
+ * [NH-1736] - NHibernate.Util.TypeNameParser doesn't parse correctly generic types
155
+ * [NH-1741] - DetachedNamedQuery is ignoring mapped properties
156
+ * [NH-1742] - Wrong parameters order in IQuery with SetParameterList and Filter. SQL Server 2005 and SQL Server 2000
157
+ * [NH-1744] - Open/Close a session inside a TransactionScope fails.
158
+ * [NH-1751] - DistinctRootEntityResultTransformer assumes source ILists are always ArrayLists
159
+ * [NH-1754] - cast HQLFunction don't cast the result
160
+ * [NH-1756] - Updating newly saved entity with generated version causes StaleObjectStateException (explicit flush before commit)
161
+ * [NH-1764] - TableHiLoGenerator fail in a TransactionScope with MySQL database
162
+ * [NH-1767] - Multiple TransactionScopes inside one Session do not work properly
163
+ * [NH-1770] - Not posible to have system properties in web.config and session-factory properties in external hibernate.cfg.xml
164
+ * [NH-1773] - HQL Queries with projection and join fetching fail with AST query translator
165
+ * [NH-1775] - AST Parser & Bitwise queries
166
+ * [NH-1776] - Query executed twice on session with enabled Filter will cause NullReferenceException
167
+ * [NH-1780] - Section 18.4 - Incorrect method name IsUnsaved()
168
+ * [NH-1788] - Dynamic Update & generated timestamp cause NH to try to update the readonly timestamp column
169
+ * [NH-1792] - Invalid Sql for Paging when Subquery contains Order By clause using MsSql2005Dialect
170
+
171
+ ** Improvement
172
+ * [NH-514] - Allow expansion of the "on" clause in joins.
173
+ * [NH-1051] - Port AST-based HQL parser / QueryTranslator from H3
174
+ * [NH-1093] - Invalid caching probably shouldn't throw exceptions, but should log warnings.
175
+ * [NH-1516] - HQL doesn't support "update" statements
176
+ * [NH-1553] - SQL Server 2005: Support for wrapping snapshot isolation update conflict SQLException into a NHibernate StaleObjectStateException.
177
+ * [NH-1670] - MutiCriteria and MultiQuery results may be loaded directly into a generic List<T> instead of an ArrayList
178
+ * [NH-1745] - SQL formatters for DDL and all others SQLs
179
+ * [NH-1750] - Mark NHibernate.Util.WeakHashtable [Serializable]
180
+ * [NH-1765] - Add ISessionImplementor property to PreDeleteEvent
181
+ * [NH-1791] - Allow passing params of projections to ICriteria.SetProjectios
182
+ * [NH-1794] - Allow query only properties and associations
183
+ * [NH-1797] - MsSql2005Dialect uses paging query when no offset specified
184
+
185
+ ** New Feature
186
+ * [NH-322] - case when...then...else...end in select clause
187
+ * [NH-917] - Allow NHibernate to enlist in arbitrary IDbTransaction
188
+ * [NH-1701] - format_sql property of hibernate
189
+ * [NH-1786] - IObjectFactory (implementation responsibility by ByteCode provider) to concentrate all Activator.CreateInstance.
190
+
191
+ ** Patch
192
+ * [NH-1726] - ISessionFactory.Settings gone - breaking change
193
+ * [NH-1769] - Transaction completion on rollback with TransactionScope can cause ObjectDisposedException
194
+ * [NH-1777] - Removed some duplicated casts
195
+ * [NH-1783] - DateType should store only the date part of a System.DateTime to a column
196
+
197
+ Build 2.1.0.Alpha2 (rev4167)
198
+ ========================
199
+
200
+ ** Sub-task
201
+ * [NH-1688] - System.Boolean type incorrectly mapped to YesNoType when the criterion is created by using a projection instead of a property name
202
+
203
+ ** Bug
204
+ * [NH-1635] - <many-to-one formula="select id from..."> should not require a column
205
+ * [NH-1671] - SoftLimitMRUCache has a softReferenceCache which is NOT soft
206
+ * [NH-1693] - Wrong parameters order in query with subselect and filter
207
+ * [NH-1694] - SQL2005Dialect - Sorting fails on a Formula property containing a comma while using paging (MaxResults)
208
+ * [NH-1700] - union-subclass with same name as abstract superclass causes NHibernate.DuplicateMappingException.
209
+ * [NH-1706] - property-ref does not work for different data type than PK type
210
+ * [NH-1710] - Decimal fields are not create correctly in SQL Server 2005/2008 using SchemaExport
211
+ * [NH-1711] - Failure of DTC transaction with multiple durable enlistment will crash the process
212
+ * [NH-1715] - Timespan type doesn't work with SqlServer 2005
213
+
214
+ ** Improvement
215
+ * [NH-1707] - MsSQL : prepare_sql should be true by-default
216
+ * [NH-1716] - By default map TimeSpan as int64
217
+
218
+ ** New Feature
219
+ * [NH-1222] - <Join> elements: collections support
220
+ * [NH-1718] - CurrencyType
221
+ * [NH-1719] - Current TimeSpan moved to TimeAsTimeSpan and TimeSpanInt64 moved back to TimeSpan
222
+
223
+ ** Patch
224
+ * [NH-1708] - MS SQL CE Metadata implementation
225
+ * [NH-1712] - Release notes missing info about removal of CriteriaUtil
226
+ * [NH-1713] - NH-1707 results in buggy PrepareStatement behavior
227
+
228
+ Build 2.1.0.Alpha1
229
+ ========================
230
+
231
+ ** Sub-task
232
+ * [NH-1379] - Allow <typedef> for version custom type
233
+ * [NH-1649] - DateTime2 and DateTimeOffset data types support
234
+ * [NH-1650] - FileStream data type support
235
+ * [NH-1656] - Date and Time data types support
236
+
237
+ ** Bug
238
+ * [NH-1083] - When using a proxy with an interface access strategy on the Id does not get applied
239
+ * [NH-1177] - Save/Delete/Evict/Save does not work if collections are mapped
240
+ * [NH-1197] - Some tests related to paged subselect are failing under PostgreSQL
241
+ * [NH-1251] - TypeFactory.GetSerializableType race condition
242
+ * [NH-1253] - Named paramaters with numeric suffix may cause problems
243
+ * [NH-1297] - <idbag> with native ID generator throws InvalidCastException
244
+ * [NH-1329] - Expression.Sql with parameters (inside of functions) is broken
245
+ * [NH-1345] - PersistentGenericList.GetEnumerator missing Read
246
+ * [NH-1357] - ICriteria.ClearOrders is mispelled and belongs on DetachedCriteria too
247
+ * [NH-1358] - SchemaUpdate fails for Firebird in released binaries only - NHibernate source and local builds from this source work fine
248
+ * [NH-1385] - System.Collections.Generic.KeyNotFoundException exception in PersistentGenericMap.GetDeletes()
249
+ * [NH-1395] - Unsaved value null for ValueType
250
+ * [NH-1422] - incorrect parameter replacement when one variable is the prefix of another
251
+ * [NH-1443] - default_catalog is not used in create table
252
+ * [NH-1445] - CriteriaImpl.Clone does not propertly maintain the persistentClass
253
+ * [NH-1446] - cast case sensitivity
254
+ * [NH-1447] - boolean ConstantProjection fails with MSSQL2005
255
+ * [NH-1480] - SchemaUpdate & Oracle
256
+ * [NH-1495] - using access=field.camelcase with interface to create proxy
257
+ * [NH-1499] - NullReferenceException construting Criteria query
258
+ * [NH-1502] - Order by with projections uses invalid parameter characters
259
+ * [NH-1505] - LikeExpression when using projections is invalid
260
+ * [NH-1520] - SQLite Dialect does not properly escape names surrounded by backticks
261
+ * [NH-1521] - The drop scripts from SchemaExport in SQL2005 dialect will not work when using DefaultSchema setting other than dbo
262
+ * [NH-1522] - AdoTransaction.CloseIfRequerid
263
+ * [NH-1526] - Cannot use projection for Count in OrderBy
264
+ * [NH-1527] - Using projection on order by in conjuction with set max results with parameters passed to the projection will fail
265
+ * [NH-1528] - Using order by with a parameter and set max results on 2005 mix up the parameters
266
+ * [NH-1549] - Accessing Id of proxy with base class intializes proxy
267
+ * [NH-1552] - Paging in NHibernate builds buggy SQL query string, when paging is used against a MS SQL 2005 Database
268
+ * [NH-1556] - Cannot order by aggregates in HQL
269
+ * [NH-1572] - Small typo in AbstractType.Compare()
270
+ * [NH-1573] - "collable" typo in nhibernate-mapping.xsd
271
+ * [NH-1578] - The "not" criteria does surround the following or inner criteria with parens only when using MySQLDialect.
272
+ * [NH-1584] - one-to-one compositions to a joined subclass don't load
273
+ * [NH-1587] - PocoEntityTuplizer don't use ReflectionOptimizer for instantiator
274
+ * [NH-1590] - NHibernate.Util.ReflectHelper.TryGetMethod not returning inherited id-getter/setter
275
+ * [NH-1593] - SchemaUpdate not create property index.
276
+ * [NH-1594] - When setting property in hbm type="Decimal(precision, scale)" - "DECIMAL(19,5)" is always generated
277
+ * [NH-1608] - LRUMap Memory Leak
278
+ * [NH-1609] - MSSQL2005 dialect: paged query in multicriteria uses wrong parameter values when preceeded by other queries
279
+ * [NH-1611] - One-To-One Mappings Fail with Composite ID
280
+ * [NH-1612] - Native SQL queries for value collections fail with NullReferenceException
281
+ * [NH-1619] - NHibernateUtil returns a wrong IType for Boolean on Postgres
282
+ * [NH-1627] - lazy=extra causes the where=".." to be ignored when using collection.Count()
283
+ * [NH-1633] - Native SQL queries with addJoin or <return-join/> return object arrays instead of single Entities
284
+ * [NH-1637] - Oracle9Dialect Paging based on rownum is not valid.
285
+ * [NH-1640] - FETCH JOIN query doesn't work in a StatelessSession
286
+ * [NH-1654] - Reserved words in formula
287
+ * [NH-1668] - Ingres .NET Data Provider name changed
288
+ * [NH-1675] - Problem using distinct query with SetMaxResult
289
+ * [NH-1677] - Bug in Criteria API with EntityMode == Map
290
+ * [NH-1679] - System.Boolean type incorrectly mapped to YesNoType when the criterion is created by using a projection instead of a property name
291
+ * [NH-1685] - Generated Version Not Reloaded After Update
292
+ * [NH-1687] - Version tag are ignoring child column tag
293
+
294
+ ** Improvement
295
+ * [NH-298] - After, deleting an item which belongs to a <list> the list indices are not modified
296
+ * [NH-545] - Distributed transactions support
297
+ * [NH-645] - Support for scalar functions which don't return a value in where clause
298
+ * [NH-727] - Allow using sql-insert with generator class="identity"
299
+ * [NH-1047] - Add overloads to IQuery.SetParameter to accept System.Type
300
+ * [NH-1053] - Allow short class name for collection-type
301
+ * [NH-1202] - Improve the error messages when compiling queries
302
+ * [NH-1274] - Give the option to exclude a mapped class from the SchemaExport.Create loop.
303
+ * [NH-1291] - Example.Create with anonymous objects
304
+ * [NH-1336] - Native id generator as default and make generator optional in config
305
+ * [NH-1354] - Add support for keyed retrieval of MultiCriteria results
306
+ * [NH-1381] - Add support for keyed retrieval of MultiQuery results
307
+ * [NH-1396] - Allow override of EmptyInterceptor.GetEntityName
308
+ * [NH-1398] - Allow access to EntityMode from ISession
309
+ * [NH-1402] - Support Cache for Dynamic entities (entity-name without entity-class)
310
+ * [NH-1468] - InFragment ToFragmentString() needs more information in error
311
+ * [NH-1496] - Configuration.AddAssembly(Assembly) should do some logging if no mapping files where found
312
+ * [NH-1500] - Spelling error of NHibernate.Cfg.ConfigurationSchema.ParseColectionsCache
313
+ * [NH-1515] - Proxy validator doesn't check "internal" methods
314
+ * [NH-1560] - AbstractDataBaseSchema: Make GetIndexInfo and GetIndexColumns virtual
315
+ * [NH-1564] - Generic EnumString Mapping
316
+ * [NH-1588] - "Relax" PocoEntityTuplizer
317
+ * [NH-1589] - ReflectionOptimizer override CreateCreateInstanceMethod
318
+ * [NH-1605] - Typedef support in sql-query/return-scaler/@type attribute
319
+ * [NH-1613] - Allow custom action for schema script create/update
320
+ * [NH-1643] - Allow to use ICollection<T> and HashSet<T> for <set>
321
+ * [NH-1644] - Oracle Lite Driver With Working Query Parameters
322
+ * [NH-1657] - TimeSpan as DbType.Time
323
+ * [NH-1658] - current_timestamp_offset: current_timestamp for DateTimeOffset
324
+ * [NH-1659] - current_timestamp in MsSql2008Dialect using SYSDATETIME()
325
+ * [NH-1661] - DriverConnectionProvider.GetConnection doesn't dispose IDbConnection in case of an exception
326
+ * [NH-1665] - Supports Hibernate-Quoting sequence name
327
+ * [NH-1669] - Add guid.native support to MySQL5Dialect
328
+ * [NH-1678] - Add a CreateCriteria<T> method to session
329
+ * [NH-1684] - MS SQL Server Dialect - UNION ALL
330
+ * [NH-1686] - IStatelessSession.CreateCriteria(System.Type entityType)
331
+ * [NH-1703] - Configuration full serializable
332
+ * [NH-1704] - AliasToBeanResultTransformer should hold ConstructorInfo
333
+
334
+ ** New Feature
335
+ * [NH-791] - Add always-wrap As a Configuration Option On Collections
336
+ * [NH-855] - Port lazy="extra" from Hibernate 3
337
+ * [NH-871] - Implement SelectGenerator
338
+ * [NH-1033] - Add support for polymorphic criteria
339
+ * [NH-1106] - SQL Anywhere 10 Driver and Dialect
340
+ * [NH-1173] - Generic Ordered Set
341
+ * [NH-1176] - Trigger generated identities
342
+ * [NH-1188] - Provide a method to delete by Id
343
+ * [NH-1232] - Enums as discriminators
344
+ * [NH-1233] - EnumCharType
345
+ * [NH-1305] - Add BuildMappings method to Configuration to eagerly configure mappings
346
+ * [NH-1359] - Ability to create an IProjection from a DetachedCriteria
347
+ * [NH-1370] - Allow short name for <type>
348
+ * [NH-1371] - short name for UserType (<typedef>)
349
+ * [NH-1373] - shorter name for UserCollectionType (<typedef>)
350
+ * [NH-1393] - Ability to use Aggregate Projections on Projections
351
+ * [NH-1394] - Ability to use "order by projection"
352
+ * [NH-1397] - <tuplizer> from H3.2
353
+ * [NH-1401] - Support for EntityMode.Map and for DefaultEntityMode in Settings
354
+ * [NH-1416] - Support DEFAULTs, for properties values, in mappings
355
+ * [NH-1451] - Port of <natural-id> from H3.2.6
356
+ * [NH-1458] - Collections events (from H3.2.6)
357
+ * [NH-1479] - Add Guid native generation
358
+ * [NH-1493] - BackingField accessors
359
+ * [NH-1518] - Log info per Operation Threshold in statistics (from H3.2.6)
360
+ * [NH-1537] - Comments in Query
361
+ * [NH-1538] - Configuration property use_sql_comments (from H3.2)
362
+ * [NH-1561] - Dialect, Driver + MetaData for SQL Anywhere 9, and 10
363
+ * [NH-1562] - SQLite MetaData
364
+ * [NH-1563] - LinFu ProxyFactoryFactory (LinFu.DynamicProxy)
365
+ * [NH-1571] - MSSQL 2008 Dialect
366
+ * [NH-1596] - Support Connection to Oracle Lite
367
+ * [NH-1621] - Read only property accessor
368
+ * [NH-1632] - System.Transactions support issue
369
+ * [NH-1646] - Support for IQuery.Future<T>()
370
+ * [NH-1662] - sequence-identity generator from H3
371
+ * [NH-1664] - Identity style generic generator support
372
+
373
+ ** Patch
374
+ * [NH-1094] - DecodeCaseFragment ignoring 'returnColumnName'
375
+ * [NH-1127] - Use default assembly name and namespace from the <hibernate-mapping> element (more than at present).
376
+ * [NH-1209] - TableHiLoGenerator Jumps 1 number each lo > maxLo
377
+ * [NH-1280] - Adds HAVING support to CreateCriteria queries, Fixes parameter order bugs
378
+ * [NH-1295] - ISynchronization support
379
+ * [NH-1314] - Change signature of AbstractPersistentCollection.IdentityRemoveAll() from ICollection to IEnumerable for generics
380
+ * [NH-1322] - DeleteEvent constructor does not check its parameter properly
381
+ * [NH-1356] - Fixes Generic List of Composite Elements
382
+ * [NH-1409] - Includes Patch : nant build scripts ignore -D:sign=false
383
+ * [NH-1429] - Oracle GUID to Raw(16)
384
+ * [NH-1467] - some comment clean ups
385
+ * [NH-1485] - MultiQueryImpl.GetResultList does not use Result Transformers correctly.
386
+ * [NH-1491] - NoArgSQLFunction is not cls compliant
387
+ * [NH-1503] - Support for Sybase ASE ADO.NET 2 Provider
388
+ * [NH-1532] - Class called SystemConfiguration does not persist properly
389
+ * [NH-1539] - Oracle dialect - incorrect CONCAT behaviour
390
+ * [NH-1540] - Oracle dialect - allowing pagging in subqueries
391
+ * [NH-1541] - Oracle Dialect - Extra lazy collection count not working under Oracle
392
+ * [NH-1542] - Oracle dialect - Fix to some HQL functions
393
+ * [NH-1543] - SQLite paging broken
394
+ * [NH-1547] - SqLite Paqing does not page properly after the 2nd page
395
+ * [NH-1550] - Oracle dialect - pagging correction (+left/right functions)
396
+ * [NH-1551] - Update some tests to support Oracle
397
+ * [NH-1555] - Add some helper methods for the transformers class
398
+ * [NH-1570] - Revision 3859 broke paging support in SQL 2005 dialect for ordered queries
399
+ * [NH-1575] - Revision 3860 introduced bug where paged Hql Queries can break unpaged Hql Queries in Sql 2005
400
+ * [NH-1582] - DbType.Date support for SQLite
401
+ * [NH-1586] - Informix driver
402
+ * [NH-1591] - SetCacheable isn't exposed by DetachedCriteria
403
+ * [NH-1592] - Informix dialect update
404
+ * [NH-1595] - SQLite dialect does not support the "extract" function
405
+ * [NH-1603] - MSSql2005Dialect - Better Data Paging Strategy
406
+ * [NH-1606] - Timestamp in Oracle8
407
+ * [NH-1607] - Dictionary<T,U> should use ContainsKey to check for values
408
+ * [NH-1614] - Add support to primitive type (es: unsigned type) to MySql Dialect
409
+ * [NH-1660] - Faster retrieval of tuplizer
410
+ * [NH-1691] - Nested component broken by fix for NH-1612
411
+ * [NH-1695] - MySQL MetaData implementation
412
+ * [NH-1698] - MS SQL Server 2005 creates a clustered primary key by default. Requesting nonclustered as a default to simplify the creation of optimized clustered indexes.
413
+ * [NH-1702] - Make AliasToBeanResultTransformer able to return types with a non-public constructor
414
+
415
+ ** Task
416
+ * [NH-1511] - Correctly spell IPropertyAccessor.CanAccessTroughReflectionOptimizer
417
+
418
+
1
419
  Build 2.0.1.GA
2
420
  ========================
3
421
  ** Bug
@@ -941,6 +941,22 @@
941
941
  Indicates that the given instance is read-only
942
942
  </summary>
943
943
  </member>
944
+ <member name="T:Iesi.Collections.Generic.OrderedSet`1">
945
+ <summary>
946
+ Implements an ordered <c>Set</c> based on a dictionary.
947
+ </summary>
948
+ </member>
949
+ <member name="M:Iesi.Collections.Generic.OrderedSet`1.#ctor">
950
+ <summary>
951
+ Initializes a new instance of the <see cref="T:Iesi.Collections.Generic.OrderedSet`1"/> class.
952
+ </summary>
953
+ </member>
954
+ <member name="M:Iesi.Collections.Generic.OrderedSet`1.#ctor(System.Collections.Generic.ICollection{`0})">
955
+ <summary>
956
+ Initializes a new instance of the <see cref="T:Iesi.Collections.Generic.OrderedSet`1"/> class.
957
+ </summary>
958
+ <param name="initialValues">A collection of elements that defines the initial set contents.</param>
959
+ </member>
944
960
  <member name="T:Iesi.Collections.Generic.SortedSet`1">
945
961
  <summary>
946
962
  Implements a <c>Set</c> based on a sorted tree. This gives good performance for operations on very