From: <fab...@us...> - 2009-07-05 04:25:40
|
Revision: 4580 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4580&view=rev Author: fabiomaulo Date: 2009-07-05 04:25:40 +0000 (Sun, 05 Jul 2009) Log Message: ----------- Preparing release 2.1.0CR1 Modified Paths: -------------- branches/2.1.x/nhibernate/releasenotes.txt Modified: branches/2.1.x/nhibernate/releasenotes.txt =================================================================== --- branches/2.1.x/nhibernate/releasenotes.txt 2009-07-05 04:17:11 UTC (rev 4579) +++ branches/2.1.x/nhibernate/releasenotes.txt 2009-07-05 04:25:40 UTC (rev 4580) @@ -33,6 +33,21 @@ * ADOException now use string instead SqlString * IParameterizedType is using IDictionary<string, string> +Build 2.1.0.CR1 (rev4578) +============================= +** Bug + * [NH-1849] - Using custom sql function "contains" causes an Antlr exception + * [NH-1857] - NH2.1: Full Join in HQL query does not work. + * [NH-1859] - SQL-Commands with more than one comment don't work + * [NH-1864] - SQL response parameter mishandling when using filter on two classes + +** Improvement + * [NH-1844] - SessionIdLoggingContext introduced in trunk revision 4265 is very time costly + * [NH-1850] - NHibernate should log query duration + +** New Feature + * [NH-1853] - Add a Configuration.AddNamespace method to allow adding mappings within a specific folder + Build 2.1.0.Beta2 (rev4501) ============================= ** Sub-task This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fab...@us...> - 2009-07-19 12:28:41
|
Revision: 4654 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4654&view=rev Author: fabiomaulo Date: 2009-07-19 12:28:40 +0000 (Sun, 19 Jul 2009) Log Message: ----------- Actualization releasenotes.txt before tag the release. Modified Paths: -------------- branches/2.1.x/nhibernate/releasenotes.txt Modified: branches/2.1.x/nhibernate/releasenotes.txt =================================================================== --- branches/2.1.x/nhibernate/releasenotes.txt 2009-07-18 21:58:15 UTC (rev 4653) +++ branches/2.1.x/nhibernate/releasenotes.txt 2009-07-19 12:28:40 UTC (rev 4654) @@ -33,6 +33,23 @@ * ADOException now use string instead SqlString * IParameterizedType is using IDictionary<string, string> +Build 2.1.0.GA (rev4652) +============================= +** Bug + * [NH-1027] - Querying multiply collections + paging in SQL2005 fail if both has same col name + * [NH-1865] - NHibernate throws InvalidOperationException on Linux/Mono 2.4 + * [NH-1867] - Cannot map a type nested within a generic type + * [NH-1868] - InvalidCastException when using the same filter on two parent entities and a many-to-one + * [NH-1890] - Iesi.Collections file version lower than previous releases + +** Improvement + * [NH-1877] - Support for Projections.GroupBy(IProjection projection) + + +** Patch + * [NH-1872] - OdbcDriver - PrepareSql - SetParameterSizes + * [NH-1876] - Id.TableGenerator fails to apply where clause when selecting the next 'Hi' value (creates infinite loop) + Build 2.1.0.CR1 (rev4578) ============================= ** Bug This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fab...@us...> - 2009-10-31 18:26:45
|
Revision: 4814 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4814&view=rev Author: fabiomaulo Date: 2009-10-31 18:26:38 +0000 (Sat, 31 Oct 2009) Log Message: ----------- preparing release NH2.1.1GA Modified Paths: -------------- branches/2.1.x/nhibernate/releasenotes.txt Modified: branches/2.1.x/nhibernate/releasenotes.txt =================================================================== --- branches/2.1.x/nhibernate/releasenotes.txt 2009-10-31 18:12:51 UTC (rev 4813) +++ branches/2.1.x/nhibernate/releasenotes.txt 2009-10-31 18:26:38 UTC (rev 4814) @@ -1,3 +1,68 @@ +Build 2.1.1.GA (rev4814) +============================= + +** Sub-task + * [NH-1368] - Check same behavior for other persistent collection. + +** Bug + * [NH-1255] - key-many-to-one && not-found + * [NH-1476] - filtering by key-many-to-one causes invalid sql + * [NH-1760] - Missing table join when use a criteria on key-many-to-one part of a Composite Id + * [NH-1785] - Invalid SQL generated for join on composite id using Criteria API + * [NH-1858] - Problem with MsSql2000 and 2005 Dialects GetLimitString when using use_sql_comments=true + * [NH-1895] - delete-orphan mapping, NullReferenceException in DefaultDeleteEventListener.DeleteTransientEntity + * [NH-1898] - HQL query parser can't determine parameter type when using native sql function in hql query. + * [NH-1899] - SaveOrUpdateCopy throws InvalidCastException + * [NH-1902] - QBE don't set the '%' wildcards when using an other matchmode than Matchmode.Exact + * [NH-1904] - Protected properties and public properties cannot have the same name with different case + * [NH-1905] - Join used together with subquery generates wrong SQL + * [NH-1907] - IQuery.SetParameter<T> should use DetermineType + * [NH-1908] - Mishandling of filter parameters causes System.InvalidCastException + * [NH-1911] - Aggregate parameters in projection are not substituted + * [NH-1913] - AdoNet batcher not using CommandTimeout + * [NH-1914] - Collections with out native ID generation is not working + * [NH-1915] - CLONE -HQL AST-Parser: Null-Pointer Exception on Non-Exsistant Entity on Joins + * [NH-1917] - Not retrieving AUTO_INCREMENT identifier on MySQL because of connection closing + * [NH-1920] - Session Filters + collection + parametrized query = bug + * [NH-1926] - Oracle: Schema update crashes + * [NH-1931] - NativeSQLQuerySpecification.Equals compares collections by reference + * [NH-1938] - No 'lower' call in sql-query in LikeExpression with 'ignorecae' = true + * [NH-1939] - Missing <param> element in NHibernate mapping schema. + * [NH-1941] - Custom Enum-String mapping is not written to SQL statement + * [NH-1948] - Hibernate mapping file does not allow a value of 0 for the "scale" attribute of the "property" element + * [NH-1959] - Adding/Removing items to idbag in one transaction causes KeyNotFoundException + * [NH-1963] - System.InvalidCastException on cacheable query with byte array query parameter + * [NH-1964] - Byte array truncation to a length of 8000 + * [NH-1969] - Criteria API does not handle property of type "System.Type" correctly + * [NH-1973] - DateTime sent to dataase is not accurate to millisecond + * [NH-1979] - cast and parameter combination in HQL fails to parse + * [NH-1983] - Blobs and Clobs with Sql Server CE + * [NH-1985] - NHibernate is allowing deletion of immutable objects + * [NH-1987] - MultiQuery does not update statistics + * [NH-1990] - Subquery filter parameters are not set as variables in SQL + * [NH-1992] - BasicFormatter throws exceptions for certain types of data + * [NH-1997] - Original exception information lost when error occurs NHibernate.Engine.TransactionHelper.Work.DoWork + * [NH-2000] - Problem when calling ISession.GetEnableFIilter with a not enabled filter name + * [NH-2003] - IsNullable property is not set properly in ClassIdBinder.cs + +** Improvement + * [NH-847] - Oracle stored procedure with Ref Cursor out + * [NH-1525] - IResultTransformer should override Equals and GetHashCode + * [NH-1912] - Add decimal types to MySQL dialect. + * [NH-1943] - Fix introduction in docs so it won't mention VS 2003 + * [NH-1980] - Ignore exception when trying to set the same type of CollectionTypeFactory + +** New Feature + * [NH-1922] - Allow DetachedCriteria To Work with IStatelessSession + * [NH-1936] - Introduce new Interface IPostEvent in NHibernate.Event + * [NH-1998] - Possibility to turn off many-to-one filters + +** Patch + * [NH-1903] - GetEnumerator().Current inconsistent for generic + * [NH-1970] - SQLite dialect - Fix to substring function + * [NH-1993] - Patch for a bug in MySQLMetaData.cs + + Build 2.1.0 ======================== ** Known BREAKING CHANGES from NH2.0.xGA to NH2.1.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fab...@us...> - 2009-11-22 15:35:07
|
Revision: 4854 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4854&view=rev Author: fabiomaulo Date: 2009-11-22 15:34:59 +0000 (Sun, 22 Nov 2009) Log Message: ----------- Release note for 2.1.2 Modified Paths: -------------- branches/2.1.x/nhibernate/releasenotes.txt Modified: branches/2.1.x/nhibernate/releasenotes.txt =================================================================== --- branches/2.1.x/nhibernate/releasenotes.txt 2009-11-22 15:17:52 UTC (rev 4853) +++ branches/2.1.x/nhibernate/releasenotes.txt 2009-11-22 15:34:59 UTC (rev 4854) @@ -1,3 +1,17 @@ +Build 2.1.2.GA (rev4853) +============================= + +** Bug + * [NH-2011] - Many-to-many inside a component will not be saved when using SaveOrUpdateCopy or Merge + +** Improvement + * [NH-2022] - Allow overriding in Query By Example + + +** Patch + * [NH-2007] - SesssionIdLoggingContext patch for big resultsets + * [NH-2019] - Clarification about the use of <import> for polymorphic queries + Build 2.1.1.GA (rev4814) ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |