Skip to content

Commit

Permalink
Release notes for 3.3.3.CR1.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarb committed Feb 9, 2013
1 parent 10d11d1 commit 33187cf
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
Build 3.3.3.CR1
=============================

** Fix
* [NH-3148] - ComponentAsId properties do not maintain the Column specified using property mapper when component is from base class

** Sub-task
* [NH-3052] - Projection of one-to-many generates invalid SQL
* [NH-3385] - Add ability to expand many subcollections with WCF Data Services

** Bug
* [NH-2042] - Table per subclass, using a discriminator mappings with formula in child class error
* [NH-2539] - Contains/StartsWith fails when invoked via WCF Data Service.
* [NH-2566] - NotSupportedException when using Skip/Take/First/Single/Any on GroupBy
* [NH-2588] - NotSupportedException when using Skip/Take with Where clause
* [NH-2860] - Lazy property throwing casting exception
* [NH-2979] - MsSqlCe dialect doesn't give the correct SQL type for Decimal with Scale defined
* [NH-3039] - IndexOutOfRangeException thrown when web server is processing multiple sessionfactory creation requests
* [NH-3057] - Collection subquery constraint on joined-subclass inherited properties causes invalid sql (base classes are not joined in).
* [NH-3105] - ComponentAsId does not find property that belongs to a parent class
* [NH-3108] - OrderBy with Select throws exception
* [NH-3129] - Linq Provider doesn't recognize CompareTo method
* [NH-3241] - Linq: Mixing Fetch/FetchMany with Any() throws: ArgumentException: Expression of type 'System.Collections.IList' cannot be used for parameter of type 'System.Collections.Generic.IEnumerable`1[System.Object]'
* [NH-3261] - Linq Query throws when there is a conditional operator
* [NH-3305] - SybaseSQLAnywhere10Dialect defaults a numeric datatype to (19,255) precision, which is not compatible with the DB
* [NH-3318] - Composite-id does not allow superclass properties
* [NH-3320] - Exception in LINQ projection with OrderBy/Take - block using WCF Data Services projection's
* [NH-3326] - Exception in LINQ with pagination - block using WCF Data Services
* [NH-3330] - Exception in LINQ for nullable strings in Oracle - blocks using WCF Data Services
* [NH-3332] - The NH linq driver generates sql code that doesn't match the semantics of the original linq query
* [NH-3337] - Exception in LINQ for complex nullable conditionals - blocks using WCF Data Services
* [NH-3357] - System.NotSupportedException : Don't currently support idents of type DateTimeOffset
* [NH-3366] - LINQ query with various Compare() and CompareTo() fails (WCF Data Services)
* [NH-3369] - ToFuture/ToFutureValue should fall-back on dialects without MultiQuery support
* [NH-3378] - MySQLDialect incorrect handle DbType.Currency as MONEY
* [NH-3379] - Oracle8iDialect and FirebirdDialect incorrect handle DbType.Currency type

** Improvement
* [NH-2297] - Configuration.BuildSessionFactory throws a NullReferenceException when loading an invalid ICompositeUserType
* [NH-3301] - Support SqlMethods.Like() in LINQ queries.
* [NH-3360] - Allow setting timeout on a LINQ query
* [NH-3367] - Support string.Equals()
* [NH-3368] - Add support for Equals method of sbyte, DateTimeOffset and unsigned numerics
* [NH-3371] - NHibernate should log LINQ expression trees to ease debugging

** New Feature
* [NH-2986] - Add ability to include collections into projections
* [NH-3092] - Nhibernate Linq provider does not support Math functions like Math.Cos, Math.Sin, etc
* [NH-3180] - Could not select first element of the group
* [NH-3184] - Add ability to use ToFutureValue with aggregating queries
* [NH-3283] - New driver: Devart.Data.MySql
* [NH-3333] - Add ability to expand subcollections with WCF Data Services

** Patch
* [NH-3255] - The IDbCommand that performs the cleanup of data in AbstractStatementExecutor.DropTemporaryTableIfNecessary does not have a connection.

Build 3.3.2.GA
=============================

Expand Down

0 comments on commit 33187cf

Please sign in to comment.