Skip to content

Commit b2db663

Browse files
committed
Merge branch '3.4.x'
2 parents ebf1d17 + 2e129da commit b2db663

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ReleaseProcedure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These are the tasks typically needed to create an official NHibernate release.
2222
And then change to P:\nhibernate-core before building. This will avoid
2323
displaying a long user-specific path in public symbol files.
2424

25-
* If no error or other issue requiring further changes occured, tag the
25+
* If no error or other issue requiring further changes occurred, tag the
2626
current git HEAD with a tag according to version number. Don't forget to
2727
push the tag to github.
2828

releasenotes.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,10 @@ Build 3.4.0.CR1
188188
** Sub-task
189189
* [NH-3434] - Need to be sure NH-3428 is resolved in 3.Next.
190190

191-
192191
** Bug
192+
* [NH-1882] - Collection was not processed by flush when iterate through collection in PostUpdateEvent
193193
* [NH-2128] - Interceptor fires AfterTransactionCompletion too many times with distributed transactions and user-supplied connections
194+
* [NH-2290] - Invalid hql parenthesis expansion in generated sql
194195
* [NH-2921] - IsSpecialName of getter/setter method of proxy property returns false
195196
* [NH-2923] - Extra lazy indexed collection throws InvalidCastException fetching Count
196197
* [NH-2943] - Mapping XmlDocument (.NET) to XmlType (Oracle). Class XmlDocType not working.
@@ -203,13 +204,17 @@ Build 3.4.0.CR1
203204
* [NH-3277] - LINQ Projection of Int64 using ToString method causes "cast as char" instead of "cast as nvarchar" in MsSqlCe dialect
204205
* [NH-3280] - Mapping OneToOne doesn't work for inherited members
205206
* [NH-3315] - Distinct paging problem with alias SQL Server 2005
207+
* [NH-3316] - Mapping parent property on component in a set adds bogus property element
206208
* [NH-3405] - Cannot Use XDocument When Setting Wrap Resultsets
207209
* [NH-3496] - NHibernate SqlServer2012Dialect drop sequence bug
208210
* [NH-3505] - Stateless sessions fail to save relationships pointing to proxies when versioning is enabled
209211
* [NH-3572] - AfterTransactionCompletion called twice if a distributed transaction is rolled back
210212
* [NH-3592] - Failed to execute multi criteria with Ms Sql Ce 4.0
213+
* [NH-3611] - NHibernateUtil.GuessType(typeof(string)) returns ClassMetaType
211214
* [NH-3614] - Cannot create project an enumerable of non-mapped objects (List<string>)
212215
* [NH-3615] - Incorrect assumption that namespace always exists
216+
* [NH-3618] - ManyToOne does not allow to set "unique"="true", "unique-key" and "index" for multi-column properties
217+
* [NH-3641] - Missing Outer Join
213218

214219
** Improvement
215220
* [NH-2005] - hql concat function not registered in MsSqlCeDialect
@@ -231,6 +236,9 @@ Build 3.4.0.CR1
231236
* [NH-2996] - MySQL 5.5 + .NET Connector 6.2+ and GUIDs: Need to use CHAR(36)
232237
* [NH-3209] - DateTimeOffset properties have not been considered; only the properties of DateTime have been considered
233238

239+
** Task
240+
* [NH-3251] - Update to antlr 3.5.0.2
241+
234242

235243
Build 3.3.3.SP1
236244
=============================

0 commit comments

Comments
 (0)