@@ -188,9 +188,10 @@ Build 3.4.0.CR1
188
188
** Sub-task
189
189
* [NH-3434] - Need to be sure NH-3428 is resolved in 3.Next.
190
190
191
-
192
191
** Bug
192
+ * [NH-1882] - Collection was not processed by flush when iterate through collection in PostUpdateEvent
193
193
* [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
194
195
* [NH-2921] - IsSpecialName of getter/setter method of proxy property returns false
195
196
* [NH-2923] - Extra lazy indexed collection throws InvalidCastException fetching Count
196
197
* [NH-2943] - Mapping XmlDocument (.NET) to XmlType (Oracle). Class XmlDocType not working.
@@ -203,13 +204,17 @@ Build 3.4.0.CR1
203
204
* [NH-3277] - LINQ Projection of Int64 using ToString method causes "cast as char" instead of "cast as nvarchar" in MsSqlCe dialect
204
205
* [NH-3280] - Mapping OneToOne doesn't work for inherited members
205
206
* [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
206
208
* [NH-3405] - Cannot Use XDocument When Setting Wrap Resultsets
207
209
* [NH-3496] - NHibernate SqlServer2012Dialect drop sequence bug
208
210
* [NH-3505] - Stateless sessions fail to save relationships pointing to proxies when versioning is enabled
209
211
* [NH-3572] - AfterTransactionCompletion called twice if a distributed transaction is rolled back
210
212
* [NH-3592] - Failed to execute multi criteria with Ms Sql Ce 4.0
213
+ * [NH-3611] - NHibernateUtil.GuessType(typeof(string)) returns ClassMetaType
211
214
* [NH-3614] - Cannot create project an enumerable of non-mapped objects (List<string>)
212
215
* [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
213
218
214
219
** Improvement
215
220
* [NH-2005] - hql concat function not registered in MsSqlCeDialect
@@ -231,6 +236,9 @@ Build 3.4.0.CR1
231
236
* [NH-2996] - MySQL 5.5 + .NET Connector 6.2+ and GUIDs: Need to use CHAR(36)
232
237
* [NH-3209] - DateTimeOffset properties have not been considered; only the properties of DateTime have been considered
233
238
239
+ ** Task
240
+ * [NH-3251] - Update to antlr 3.5.0.2
241
+
234
242
235
243
Build 3.3.3.SP1
236
244
=============================
0 commit comments