You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
(248) |
May
(82) |
Jun
(90) |
Jul
(177) |
Aug
(253) |
Sep
(157) |
Oct
(151) |
Nov
(143) |
Dec
(278) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(152) |
Feb
(107) |
Mar
(177) |
Apr
(133) |
May
(259) |
Jun
(81) |
Jul
(119) |
Aug
(306) |
Sep
(416) |
Oct
(240) |
Nov
(329) |
Dec
(206) |
2006 |
Jan
(466) |
Feb
(382) |
Mar
(153) |
Apr
(162) |
May
(133) |
Jun
(21) |
Jul
(18) |
Aug
(37) |
Sep
(97) |
Oct
(114) |
Nov
(110) |
Dec
(28) |
2007 |
Jan
(74) |
Feb
(65) |
Mar
(49) |
Apr
(76) |
May
(43) |
Jun
(15) |
Jul
(68) |
Aug
(55) |
Sep
(63) |
Oct
(59) |
Nov
(70) |
Dec
(66) |
2008 |
Jan
(71) |
Feb
(60) |
Mar
(120) |
Apr
(31) |
May
(48) |
Jun
(81) |
Jul
(107) |
Aug
(51) |
Sep
(80) |
Oct
(83) |
Nov
(83) |
Dec
(79) |
2009 |
Jan
(83) |
Feb
(110) |
Mar
(97) |
Apr
(91) |
May
(291) |
Jun
(250) |
Jul
(197) |
Aug
(58) |
Sep
(54) |
Oct
(122) |
Nov
(68) |
Dec
(34) |
2010 |
Jan
(50) |
Feb
(17) |
Mar
(63) |
Apr
(61) |
May
(84) |
Jun
(81) |
Jul
(138) |
Aug
(144) |
Sep
(78) |
Oct
(26) |
Nov
(30) |
Dec
(61) |
2011 |
Jan
(33) |
Feb
(35) |
Mar
(166) |
Apr
(221) |
May
(109) |
Jun
(76) |
Jul
(27) |
Aug
(37) |
Sep
(1) |
Oct
(4) |
Nov
(2) |
Dec
(1) |
2012 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
(2) |
Nov
|
Dec
(1) |
2014 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Paul H. <pha...@us...> - 2005-03-01 16:25:23
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5548/nhibernate/src/NHibernate Modified Files: AssemblyInfo.cs NHibernate-1.1.csproj NHibernateUtil.cs Log Message: Various refactorings on the way to 2.1 querying capability Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** NHibernate-1.1.csproj 21 Feb 2005 19:17:45 -0000 1.74 --- NHibernate-1.1.csproj 1 Mar 2005 16:24:42 -0000 1.75 *************** *** 345,348 **** --- 345,353 ---- /> <File + RelPath = "Cache\ISoftLock.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cache\NonstrictReadWriteCache.cs" SubType = "Code" *************** *** 380,383 **** --- 385,393 ---- /> <File + RelPath = "Cfg\DefaultNamingStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cfg\EmptyInterceptor.cs" SubType = "Code" *************** *** 390,393 **** --- 400,413 ---- /> <File + RelPath = "Cfg\ImprovedNamingStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Cfg\INamingStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cfg\Mappings.cs" SubType = "Code" *************** *** 405,408 **** --- 425,433 ---- /> <File + RelPath = "Collection\AbstractCollectionPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\ArrayHolder.cs" SubType = "Code" *************** *** 415,418 **** --- 440,448 ---- /> <File + RelPath = "Collection\BasicCollectionPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\CollectionPersister.cs" SubType = "Code" *************** *** 420,423 **** --- 450,473 ---- /> <File + RelPath = "Collection\CollectionPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Collection\CompositeElementPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Collection\ElementPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Collection\ICollectionPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\IdentifierBag.cs" SubType = "Code" *************** *** 425,428 **** --- 475,483 ---- /> <File + RelPath = "Collection\IQueryableCollection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\List.cs" SubType = "Code" *************** *** 435,438 **** --- 490,498 ---- /> <File + RelPath = "Collection\OneToManyPersister.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Collection\PersistentCollection.cs" SubType = "Code" *************** *** 500,503 **** --- 560,568 ---- /> <File + RelPath = "Dialect\ISQLFunction.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dialect\MsSql2000Dialect.cs" SubType = "Code" *************** *** 515,518 **** --- 580,588 ---- /> <File + RelPath = "Dialect\NoArgSQLFunction.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dialect\Oracle9Dialect.cs" SubType = "Code" *************** *** 530,539 **** /> <File ! RelPath = "Dialect\QueryFunctionStandard.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Dialect\SQLiteDialect.cs" SubType = "Code" BuildAction = "Compile" --- 600,609 ---- /> <File ! RelPath = "Dialect\SQLiteDialect.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Dialect\StandardSQLFunction.cs" SubType = "Code" BuildAction = "Compile" *************** *** 675,678 **** --- 745,753 ---- /> <File + RelPath = "Expression\AbstractCriterion.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Expression\AndExpression.cs" SubType = "Code" *************** *** 720,723 **** --- 795,803 ---- /> <File + RelPath = "Expression\ICriterion.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Expression\InExpression.cs" SubType = "Code" *************** *** 840,848 **** /> <File - RelPath = "Hql\IQueryFunctionInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Hql\OrderByParser.cs" SubType = "Code" --- 920,923 ---- *************** *** 970,973 **** --- 1045,1053 ---- /> <File + RelPath = "Impl\AbstractQueryImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Impl\AbstractVisitor.cs" SubType = "Code" *************** *** 1185,1199 **** /> <File ! RelPath = "Mapping\Any.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Array.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Association.cs" SubType = "Code" BuildAction = "Compile" --- 1265,1279 ---- /> <File ! RelPath = "Loader\SqlLoader.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Any.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Array.cs" SubType = "Code" BuildAction = "Compile" *************** *** 1245,1248 **** --- 1325,1333 ---- /> <File + RelPath = "Mapping\IFetchable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\Index.cs" SubType = "Code" *************** *** 1265,1268 **** --- 1350,1358 ---- /> <File + RelPath = "Mapping\IValue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\List.cs" SubType = "Code" *************** *** 1280,1283 **** --- 1370,1383 ---- /> <File + RelPath = "Mapping\MetaAttribute.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Mapping\NamedSQLQuery.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\OneToMany.cs" SubType = "Code" *************** *** 1320,1323 **** --- 1420,1428 ---- /> <File + RelPath = "Mapping\SimpleValue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Mapping\Subclass.cs" SubType = "Code" *************** *** 1330,1339 **** /> <File ! RelPath = "Mapping\UniqueKey.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\Value.cs" SubType = "Code" BuildAction = "Compile" --- 1435,1444 ---- /> <File ! RelPath = "Mapping\ToOne.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Mapping\UniqueKey.cs" SubType = "Code" BuildAction = "Compile" *************** *** 1355,1358 **** --- 1460,1468 ---- /> <File + RelPath = "Persister\AbstractPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\EntityPersister.cs" SubType = "Code" *************** *** 1365,1368 **** --- 1475,1483 ---- /> <File + RelPath = "Persister\IJoinable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\ILoadable.cs" SubType = "Code" *************** *** 1370,1373 **** --- 1485,1498 ---- /> <File + RelPath = "Persister\IOuterJoinLoadable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Persister\IPropertyMapping.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\IQueryable.cs" SubType = "Code" *************** *** 1375,1378 **** --- 1500,1513 ---- /> <File + RelPath = "Persister\ISqlLoadable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Persister\IUniqueKeyLoadable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Persister\NormalizedEntityPersister.cs" SubType = "Code" *************** *** 1880,1883 **** --- 2015,2023 ---- /> <File + RelPath = "Type\DynamicComponentType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Type\EntityType.cs" SubType = "Code" Index: NHibernateUtil.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernateUtil.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NHibernateUtil.cs 16 Feb 2005 20:14:40 -0000 1.2 --- NHibernateUtil.cs 1 Mar 2005 16:24:43 -0000 1.3 *************** *** 212,216 **** { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass ); } --- 212,216 ---- { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass, null ); } *************** *** 223,227 **** { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass ); } --- 223,227 ---- { // not really a many-to-one association *necessarily* ! return new ManyToOneType( persistentClass, null ); } Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/AssemblyInfo.cs,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** AssemblyInfo.cs 27 Feb 2005 10:01:32 -0000 1.17 --- AssemblyInfo.cs 1 Mar 2005 16:24:42 -0000 1.18 *************** *** 7,11 **** // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if --- 7,11 ---- // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.2032 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 21,27 **** [assembly: AssemblyProductAttribute("NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 21,26 ---- [assembly: AssemblyProductAttribute("NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.8.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.8")] ! [assembly: AssemblyFileVersionAttribute("0.8.0.0")] |
From: Paul H. <pha...@us...> - 2005-03-01 16:25:23
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/DriverTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5548/nhibernate/src/NHibernate.Test/DriverTest Modified Files: NullReferenceFixture.cs Log Message: Various refactorings on the way to 2.1 querying capability Index: NullReferenceFixture.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/DriverTest/NullReferenceFixture.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NullReferenceFixture.cs 1 Jan 2005 14:20:21 -0000 1.1 --- NullReferenceFixture.cs 1 Mar 2005 16:24:42 -0000 1.2 *************** *** 25,29 **** /// but all properties were null. /// </remarks> ! [Test] public void NoParameterNameNullReference() { --- 25,30 ---- /// but all properties were null. /// </remarks> ! /// TODO: I think this fixture is redundant now due to the QueryTest fixtures, just mark it so that it catches the new exception type for now ! [Test, ExpectedException(typeof(NHibernate.QueryException))] public void NoParameterNameNullReference() { |
From: Paul H. <pha...@us...> - 2005-03-01 16:25:23
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Cache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5548/nhibernate/src/NHibernate/Cache Modified Files: ICacheConcurrencyStrategy.cs NonstrictReadWriteCache.cs ReadOnlyCache.cs ReadWriteCache.cs Added Files: ISoftLock.cs Log Message: Various refactorings on the way to 2.1 querying capability Index: ReadOnlyCache.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cache/ReadOnlyCache.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ReadOnlyCache.cs 31 Dec 2004 15:24:29 -0000 1.8 --- ReadOnlyCache.cs 1 Mar 2005 16:24:43 -0000 1.9 *************** *** 53,57 **** /// </summary> /// <param name="key"></param> ! public void Lock( object key ) { log.Error( "Application attempted to edit read only item: " + key ); --- 53,57 ---- /// </summary> /// <param name="key"></param> ! public ISoftLock Lock( object key ) { log.Error( "Application attempted to edit read only item: " + key ); *************** *** 83,87 **** /// </summary> /// <param name="key"></param> ! public void Release( object key ) { log.Error( "Application attempted to edit read only item: " + key ); --- 83,88 ---- /// </summary> /// <param name="key"></param> ! /// <param name="lock"></param> ! public void Release( object key, ISoftLock @lock ) { log.Error( "Application attempted to edit read only item: " + key ); Index: ReadWriteCache.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cache/ReadWriteCache.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ReadWriteCache.cs 31 Dec 2004 15:24:29 -0000 1.7 --- ReadWriteCache.cs 1 Mar 2005 16:24:43 -0000 1.8 *************** *** 70,75 **** /// </summary> /// <param name="key"></param> ! public void Lock( object key ) { lock( lockObject ) { --- 70,76 ---- /// </summary> /// <param name="key"></param> ! public ISoftLock Lock( object key ) { + // TODO: Differs from the 2.1 implementation lock( lockObject ) { *************** *** 87,90 **** --- 88,93 ---- _cache.Put( key, item ); } + + return null; } *************** *** 133,137 **** /// </summary> /// <param name="key"></param> ! public void Release( object key ) { lock( lockObject ) --- 136,141 ---- /// </summary> /// <param name="key"></param> ! /// <param name="lock"></param> ! public void Release( object key, ISoftLock @lock ) { lock( lockObject ) Index: NonstrictReadWriteCache.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cache/NonstrictReadWriteCache.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** NonstrictReadWriteCache.cs 31 Dec 2004 15:24:29 -0000 1.4 --- NonstrictReadWriteCache.cs 1 Mar 2005 16:24:43 -0000 1.5 *************** *** 93,100 **** /// </summary> /// <param name="key"></param> ! public void Lock( object key ) { // in case the server crashes, we need the lock to timeout _cache.Put( key, ( timeout + Timestamper.Next()/Timestamper.OneMs ) ); } --- 93,103 ---- /// </summary> /// <param name="key"></param> ! public ISoftLock Lock( object key ) { + // TODO: Differs from the 2.1 implemenation // in case the server crashes, we need the lock to timeout _cache.Put( key, ( timeout + Timestamper.Next()/Timestamper.OneMs ) ); + + return null; } *************** *** 103,107 **** /// </summary> /// <param name="key"></param> ! public void Release( object key ) { if( log.IsDebugEnabled ) --- 106,111 ---- /// </summary> /// <param name="key"></param> ! /// <param name="lock"></param> ! public void Release( object key, ISoftLock @lock ) { if( log.IsDebugEnabled ) --- NEW FILE: ISoftLock.cs --- using System; namespace NHibernate.Cache { /// <summary> /// Marker interface, denoting a client-visible "soft lock" on a cached item. /// </summary> public interface ISoftLock { } } Index: ICacheConcurrencyStrategy.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cache/ICacheConcurrencyStrategy.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ICacheConcurrencyStrategy.cs 31 Dec 2004 15:24:29 -0000 1.5 --- ICacheConcurrencyStrategy.cs 1 Mar 2005 16:24:43 -0000 1.6 *************** *** 40,44 **** /// <param name="key">The key</param> /// <exception cref="CacheException"></exception> ! void Lock( object key ); /// <summary> --- 40,45 ---- /// <param name="key">The key</param> /// <exception cref="CacheException"></exception> ! /// <remarks>This method is used by "asynchronous" concurrency strategies.</remarks> ! ISoftLock Lock( object key ); /// <summary> *************** *** 46,51 **** /// </summary> /// <param name="key">The key</param> /// <exception cref="CacheException"></exception> ! void Release( object key ); /// <summary> --- 47,74 ---- /// </summary> /// <param name="key">The key</param> + /// <param name="lock">The soft lock</param> /// <exception cref="CacheException"></exception> ! void Release( object key, ISoftLock @lock ); ! ! /* ! /// <summary> ! /// Called after an item has been updated (after the transaction completes), instead of calling Release(). ! /// </summary> ! /// <param name="key"></param> ! /// <param name="value"></param> ! /// <param name="version"></param> ! /// <param name="?"></param> ! /// <remarks>This method is used by "asynchronous" concurrency strategies.</remarks> ! void AfterUpdate(object key, object value, object version, SoftLock lock) throws CacheException; ! ! /// <summary> ! /// Called after an item has been inserted (after the transaction completes), instead of calling release(). ! /// </summary> ! /// <param name="key"></param> ! /// <param name="value"></param> ! /// <param name="version"></param> ! /// <remarks>This method is used by "asynchronous" concurrency strategies.</remarks> ! public void AfterInsert(object key, object value, object version) throws CacheException; ! */ /// <summary> |
From: Paul H. <pha...@us...> - 2005-03-01 16:25:22
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/CacheTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5548/nhibernate/src/NHibernate.Test/CacheTest Modified Files: CacheFixture.cs Log Message: Various refactorings on the way to 2.1 querying capability Index: CacheFixture.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/CacheTest/CacheFixture.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CacheFixture.cs 29 Oct 2004 05:55:25 -0000 1.3 --- CacheFixture.cs 1 Mar 2005 16:24:41 -0000 1.4 *************** *** 59,63 **** System.Threading.Thread.Sleep(15); ! ccs.Release("foo"); Assert.IsNull( ccs.Get("foo", after) ); --- 59,63 ---- System.Threading.Thread.Sleep(15); ! ccs.Release("foo", null); Assert.IsNull( ccs.Get("foo", after) ); *************** *** 95,99 **** System.Threading.Thread.Sleep(15); ! ccs.Release("foo"); System.Threading.Thread.Sleep(15); --- 95,99 ---- System.Threading.Thread.Sleep(15); ! ccs.Release("foo", null); System.Threading.Thread.Sleep(15); *************** *** 106,110 **** System.Threading.Thread.Sleep(15); ! ccs.Release("foo"); Assert.IsFalse( ccs.Put("foo", "bar", whileLocked) ); --- 106,110 ---- System.Threading.Thread.Sleep(15); ! ccs.Release("foo", null); Assert.IsFalse( ccs.Put("foo", "bar", whileLocked) ); |
From: Paul H. <pha...@us...> - 2005-03-01 16:25:22
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5548/nhibernate/src/NHibernate.Test Modified Files: App.config AssemblyInfo.cs NHibernate.Test-1.1.csproj NHibernate.Test.build Log Message: Various refactorings on the way to 2.1 querying capability Index: NHibernate.Test.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test.build,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** NHibernate.Test.build 30 Dec 2004 16:25:12 -0000 1.14 --- NHibernate.Test.build 1 Mar 2005 16:24:41 -0000 1.15 *************** *** 93,97 **** assemblyname="${build.dir}/bin/${nant.project.name}.dll" appconfig="${build.dir}/bin/${nant.project.name}.dll.config" - failonerror="false" /> </nunit2> --- 93,96 ---- Index: App.config =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/App.config,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** App.config 3 Nov 2004 14:44:55 -0000 1.10 --- App.config 1 Mar 2005 16:24:41 -0000 1.11 *************** *** 47,51 **** /> ! <!-- --> <!-- This is the System.Data.OracleClient.dll provider for Oracle from MS --> --- 47,52 ---- /> ! <!-- ! --> <!-- This is the System.Data.OracleClient.dll provider for Oracle from MS --> Index: NHibernate.Test-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** NHibernate.Test-1.1.csproj 21 Feb 2005 19:17:59 -0000 1.64 --- NHibernate.Test-1.1.csproj 1 Mar 2005 16:24:41 -0000 1.65 *************** *** 226,234 **** /> <File - RelPath = "CfgTest\HbmOrderingFixture.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "CompositeId\ClassWithCompositeId.cs" SubType = "Code" --- 226,229 ---- *************** *** 586,589 **** --- 581,599 ---- /> <File + RelPath = "QueryTest\NamedParametersFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "QueryTest\PositionalParametersFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SqlCommandTest\InFragmentFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SqlCommandTest\SqlDeleteBuilderFixture.cs" SubType = "Code" Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/AssemblyInfo.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** AssemblyInfo.cs 5 Jan 2005 22:14:12 -0000 1.11 --- AssemblyInfo.cs 1 Mar 2005 16:24:41 -0000 1.12 *************** *** 5,9 **** // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if --- 5,9 ---- // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.2032 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 17,23 **** [assembly: AssemblyProductAttribute("NHibernate.Test")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] [assembly: AssemblyDelaySignAttribute(false)] --- 17,23 ---- [assembly: AssemblyProductAttribute("NHibernate.Test")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.8.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.8")] ! [assembly: AssemblyFileVersionAttribute("0.8.0.0")] [assembly: AssemblyDelaySignAttribute(false)] |
From: Paul H. <pha...@us...> - 2005-03-01 16:19:37
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/QueryTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4354/QueryTest Log Message: Directory /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/QueryTest added to the repository |
From: Michael D. <mik...@us...> - 2005-02-28 03:36:41
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference/en/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8549 Modified Files: architecture.xml basic_mapping.xml Log Message: updates to the docs. Index: basic_mapping.xml =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/modules/basic_mapping.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** basic_mapping.xml 23 Jan 2005 04:34:56 -0000 1.9 --- basic_mapping.xml 28 Feb 2005 03:36:28 -0000 1.10 *************** *** 34,59 **** <hibernate-mapping xmlns="urn:nhibernate-mapping-2.0"> ! <class name="Eg.Cat, Eg" table="CATS" discriminator-value="C"> ! <id name="Id" column="uid" type="Int64"> ! <generator class="hilo"/> ! </id> ! <discriminator column="subclass" type="Char"/> ! <property name="Birthdate" type="Date"/> ! <property name="Color" not-null="true"/> ! <property name="Sex" not-null="true" update="false"/> [...1370 lines suppressed...] ! It is possible to define <literal>subclass</literal> and <literal>joined-subclass</literal> ! mappings in seperate mapping documents, directly beneath <literal>hibernate-mapping</literal>. ! This allows you to extend a class hierachy just by adding a new mapping file. You must ! specify an <literal>extends</literal> attribute in the subclass mapping, naming a previously ! mapped superclass. If you are configuring NHibernate by using Embedded Resources then the ! hbm.xml files are configured in the correct order. If you are manually adding them or specifying ! them in the cfg.xml file then the ordering of the mapping documents is important! ! </para> ! ! <programlisting><![CDATA[ ! <hibernate-mapping> ! <subclass name="Eg.Subclass.DomesticCat, Eg" extends="Eg.Cat, Eg" discriminator-value="D"> ! <property name="Name" type="String"/> ! </subclass> ! </hibernate-mapping>]]></programlisting> ! ! </sect1> </chapter> \ No newline at end of file Index: architecture.xml =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/modules/architecture.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** architecture.xml 25 Oct 2004 05:20:08 -0000 1.4 --- architecture.xml 28 Feb 2005 03:36:28 -0000 1.5 *************** *** 9,166 **** <chapter id="architecture"> ! <title>Architecture</title> ! <sect1 id="architecture-overview"> ! <title>Overview</title> ! ! <para> ! A (very) high-level view of the NHibernate architecture: ! </para> ! <mediaobject> ! <!-- ! <imageobject role="fo"> ! <imagedata fileref="../images/overview.svg" format="SVG" align="center"/> ! </imageobject> --> ! <imageobject role="html"> ! <imagedata fileref="../images/overview.gif" format="GIF" align="center"/> ! </imageobject> ! </mediaobject> ! <para> ! This diagram shows NHibernate using the database and configuration data to ! provide persistence services (and persistent objects) to the application. ! </para> ! <para> ! We would like to show a more detailed view of the runtime architecture. ! Unfortunately, NHibernate is flexible and supports several approaches. We will ! show the two extremes. The "lite" architecture has the application ! provide its own ADO.NET connections and manage its own transactions. This approach ! uses a minimal subset of NHibernate's APIs: ! </para> <mediaobject> ! <!-- <imageobject role="fo"> ! <imagedata fileref="../images/lite.svg" format="SVG" align="center"/> ! </imageobject> --> ! <imageobject role="html"> ! <imagedata fileref="../images/lite.gif" format="GIF" align="center"/> ! </imageobject> ! </mediaobject> ! ! <para> ! The "full cream" architecture abstracts the application away from the ! underlying ADO.NET API and lets NHibernate take care of the details. ! </para> ! <!-- TODO: make images --> <mediaobject> ! <!-- <imageobject role="fo"> ! <imagedata fileref="../images/full_cream.svg" format="SVG" align="center"/> ! </imageobject> --> ! <imageobject role="html"> ! <imagedata fileref="../images/full_cream.gif" format="GIF" align="center"/> ! </imageobject> ! </mediaobject> ! ! <para> ! Heres some definitions of the objects in the diagrams: ! ! <variablelist> ! <varlistentry> ! <term>SessionFactory (<literal>NHibernate.ISessionFactory</literal>)</term> ! <listitem> ! <para> ! A threadsafe (immutable) cache of compiled mappings for a single database. ! A factory for <literal>Session</literal> and a client of ! <literal>ConnectionProvider</literal>. Might hold an optional (second-level) ! cache of data that is reusable between transactions, at a ! process- or cluster-level. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Session (<literal>NHibernate.ISession</literal>)</term> ! <listitem> ! <para> ! A single-threaded, short-lived object representing a conversation between ! the application and the persistent store. Wraps an ADO.NET connection. Factory ! for <literal>Transaction</literal>. Holds a mandatory (first-level) cache ! of persistent objects, used when navigating the object graph or looking up ! objects by identifier. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Persistent Objects and Collections</term> ! <listitem> ! <para> ! Short-lived, single threaded objects containing persistent state and business ! function. These might be ordinary objects, the only special thing about ! them is that they are currently associated with (exactly one) ! <literal>Session</literal>. As soon as the <literal>Session</literal> is closed, ! they will be detached and free to use in any application layer (e.g. directly ! as data transfer objects to and from presentation). ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Transient Objects and Collections</term> ! <listitem> ! <para> ! Instances of persistent classes that are not currently associated with a ! <literal>Session</literal>. They may have been instantiated by ! the application and not (yet) persisted or they may have been instantiated by a ! closed <literal>Session</literal>. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Transaction (<literal>NHibernate.ITransaction</literal>)</term> ! <listitem> ! <para> ! (Optional) A single-threaded, short-lived object used by the application to ! specify atomic units of work. Abstracts application from underlying ADO.NET ! transaction. A <literal>Session</literal> might span several ! <literal>Transaction</literal>s in some cases. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>ConnectionProvider (<literal>NHibernate.Connection.ConnectionProvider</literal>)</term> ! <listitem> ! <para> ! (Optional) A factory for ADO.NET connections. Abstracts application from ! underlying <literal>IDbConnection</literal>. Not exposed to application, ! but can be extended/implemented by the developer. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>TransactionFactory (<literal>net.sf.hibernate.TransactionFactory</literal>)</term> ! <listitem> ! <para> ! (Optional) A factory for <literal>Transaction</literal> instances. Not exposed to the ! application, but can be extended/implemented by the developer. ! </para> ! </listitem> ! </varlistentry> ! </variablelist> ! </para> ! <para> ! Given a "lite" architecture, the application bypasses the ! <literal>Transaction</literal>/<literal>TransactionFactory</literal> and/or ! <literal>ConnectionProvider</literal> APIs to talk to ADO.NET directly. ! </para> ! </sect1> ! </chapter> --- 9,163 ---- <chapter id="architecture"> ! <title>Architecture</title> ! <sect1 id="architecture-overview"> ! <title>Overview</title> ! ! <para> ! A (very) high-level view of the NHibernate architecture: ! </para> ! <mediaobject> ! <!-- ! <imageobject role="fo"> ! <imagedata fileref="../images/overview.svg" format="SVG" align="center"/> ! </imageobject> --> ! <imageobject role="html"> ! <imagedata fileref="../images/overview.gif" format="GIF" align="center"/> ! </imageobject> ! </mediaobject> ! <para> ! This diagram shows NHibernate using the database and configuration data to ! provide persistence services (and persistent objects) to the application. ! </para> ! <para> ! We would like to show a more detailed view of the runtime architecture. ! Unfortunately, NHibernate is flexible and supports several approaches. We will ! show the two extremes. The "lite" architecture has the application ! provide its own ADO.NET connections and manage its own transactions. This approach ! uses a minimal subset of NHibernate's APIs: ! </para> <mediaobject> ! <!-- <imageobject role="fo"> ! <imagedata fileref="../images/lite.svg" format="SVG" align="center"/> ! </imageobject> --> ! <imageobject role="html"> ! <imagedata fileref="../images/lite.gif" format="GIF" align="center"/> ! </imageobject> ! </mediaobject> ! ! <para> ! The "full cream" architecture abstracts the application away from the ! underlying ADO.NET API and lets NHibernate take care of the details. ! </para> ! <!-- TODO: make images --> <mediaobject> ! <!-- <imageobject role="fo"> ! <imagedata fileref="../images/full_cream.svg" format="SVG" align="center"/> ! </imageobject> --> ! <imageobject role="html"> ! <imagedata fileref="../images/full_cream.gif" format="GIF" align="center"/> ! </imageobject> ! </mediaobject> ! <para> ! Heres some definitions of the objects in the diagrams: ! <variablelist> ! <varlistentry> ! <term>SessionFactory (<literal>NHibernate.ISessionFactory</literal>)</term> ! <listitem> ! <para> ! A threadsafe (immutable) cache of compiled mappings for a single database. ! A factory for <literal>Session</literal> and a client of ! <literal>ConnectionProvider</literal>. Might hold an optional (second-level) ! cache of data that is reusable between transactions, at a ! process- or cluster-level. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Session (<literal>NHibernate.ISession</literal>)</term> ! <listitem> ! <para> ! A single-threaded, short-lived object representing a conversation between ! the application and the persistent store. Wraps an ADO.NET connection. Factory ! for <literal>Transaction</literal>. Holds a mandatory (first-level) cache ! of persistent objects, used when navigating the object graph or looking up ! objects by identifier. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Persistent Objects and Collections</term> ! <listitem> ! <para> ! Short-lived, single threaded objects containing persistent state and business ! function. These might be ordinary objects, the only special thing about ! them is that they are currently associated with (exactly one) ! <literal>Session</literal>. As soon as the <literal>Session</literal> is closed, ! they will be detached and free to use in any application layer (e.g. directly ! as data transfer objects to and from presentation). ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Transient Objects and Collections</term> ! <listitem> ! <para> ! Instances of persistent classes that are not currently associated with a ! <literal>Session</literal>. They may have been instantiated by ! the application and not (yet) persisted or they may have been instantiated by a ! closed <literal>Session</literal>. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>Transaction (<literal>NHibernate.ITransaction</literal>)</term> ! <listitem> ! <para> ! (Optional) A single-threaded, short-lived object used by the application to ! specify atomic units of work. Abstracts application from underlying ADO.NET ! transaction. A <literal>Session</literal> might span several ! <literal>Transaction</literal>s in some cases. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>ConnectionProvider (<literal>NHibernate.Connection.ConnectionProvider</literal>)</term> ! <listitem> ! <para> ! (Optional) A factory for ADO.NET connections. Abstracts application from ! underlying <literal>IDbConnection</literal>. Not exposed to application, ! but can be extended/implemented by the developer. ! </para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>TransactionFactory (<literal>net.sf.hibernate.TransactionFactory</literal>)</term> ! <listitem> ! <para> ! (Optional) A factory for <literal>Transaction</literal> instances. Not exposed to the ! application, but can be extended/implemented by the developer. ! </para> ! </listitem> ! </varlistentry> ! </variablelist> ! </para> + <para> + Given a "lite" architecture, the application bypasses the + <literal>Transaction</literal>/<literal>TransactionFactory</literal> and/or + <literal>ConnectionProvider</literal> APIs to talk to ADO.NET directly. + </para> + </sect1> </chapter> |
From: Paul H. <pha...@us...> - 2005-02-27 10:01:42
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31210/nhibernate/src/NHibernate Modified Files: AssemblyInfo.cs Log Message: Commented out .snk line Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/AssemblyInfo.cs,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** AssemblyInfo.cs 25 Feb 2005 23:50:37 -0000 1.16 --- AssemblyInfo.cs 27 Feb 2005 10:01:32 -0000 1.17 *************** *** 24,27 **** [assembly: AssemblyInformationalVersionAttribute("0.7")] [assembly: AssemblyFileVersionAttribute("0.7.0.0")] ! [assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 24,27 ---- [assembly: AssemblyInformationalVersionAttribute("0.7")] [assembly: AssemblyFileVersionAttribute("0.7.0.0")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-26 15:54:51
|
Update of /cvsroot/nhibernate/NHibernateContrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7065 Modified Files: NHibernateContribSolution.build Log Message: anyone doing builds from cvs is building from the 0.8 version now. Index: NHibernateContribSolution.build =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/NHibernateContribSolution.build,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** NHibernateContribSolution.build 26 Feb 2005 15:15:01 -0000 1.10 --- NHibernateContribSolution.build 26 Feb 2005 15:54:40 -0000 1.11 *************** *** 33,37 **** <property name="project.name" value="NHibernateContrib" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="7" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> --- 33,37 ---- <property name="project.name" value="NHibernateContrib" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="8" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> |
From: Michael D. <mik...@us...> - 2005-02-26 15:54:36
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6963 Modified Files: NHibernateSolution.build Log Message: anyone doing builds from cvs is building from the 0.8 version now. Index: NHibernateSolution.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/NHibernateSolution.build,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** NHibernateSolution.build 22 Feb 2005 02:47:19 -0000 1.25 --- NHibernateSolution.build 26 Feb 2005 15:54:11 -0000 1.26 *************** *** 33,37 **** <property name="project.name" value="nhibernate" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="7" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> --- 33,37 ---- <property name="project.name" value="nhibernate" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="8" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> |
From: Michael D. <mik...@us...> - 2005-02-26 15:49:46
|
Update of /cvsroot/nhibernate/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5903 Modified Files: avail Log Message: added Paul Hatcher (phatcher) as a nhibernate developer. Index: avail =================================================================== RCS file: /cvsroot/nhibernate/CVSROOT/avail,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** avail 5 Feb 2005 14:43:46 -0000 1.4 --- avail 26 Feb 2005 15:49:37 -0000 1.5 *************** *** 1,4 **** unavail ! avail|luggage, kevinwilliams, johntmorris, justme84|NHibernateContrib ! avail|kevinwilliams, justme84|nhibernate avail|mikedoerfler, szoke --- 1,4 ---- unavail ! avail|luggage, kevinwilliams, johntmorris, justme84, phatcher|NHibernateContrib ! avail|kevinwilliams, justme84, phatcher|nhibernate avail|mikedoerfler, szoke |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:36
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/Nullables.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/Nullables.Tests Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/Nullables.Tests/AssemblyInfo.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AssemblyInfo.cs 6 Jan 2005 00:23:36 -0000 1.5 --- AssemblyInfo.cs 26 Feb 2005 15:26:25 -0000 1.6 *************** *** 17,23 **** [assembly: AssemblyProductAttribute("Nullables.Tests")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] [assembly: AssemblyDelaySignAttribute(false)] --- 17,23 ---- [assembly: AssemblyProductAttribute("Nullables.Tests")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] [assembly: AssemblyDelaySignAttribute(false)] |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:35
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.hbm2net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/NHibernate.Tool.hbm2net Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.hbm2net/AssemblyInfo.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AssemblyInfo.cs 6 Jan 2005 00:23:35 -0000 1.2 --- AssemblyInfo.cs 26 Feb 2005 15:26:24 -0000 1.3 *************** *** 17,23 **** [assembly: AssemblyProductAttribute("NHibernate.Tool.hbm2net")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] [assembly: AssemblyDelaySignAttribute(false)] --- 17,23 ---- [assembly: AssemblyProductAttribute("NHibernate.Tool.hbm2net")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] [assembly: AssemblyDelaySignAttribute(false)] |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:35
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/Nullables.NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/Nullables.NHibernate Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/Nullables.NHibernate/AssemblyInfo.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AssemblyInfo.cs 6 Jan 2005 00:23:36 -0000 1.6 --- AssemblyInfo.cs 26 Feb 2005 15:26:25 -0000 1.7 *************** *** 17,23 **** [assembly: AssemblyProductAttribute("Nullables.NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 17,23 ---- [assembly: AssemblyProductAttribute("Nullables.NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:34
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.Net2Hbm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/NHibernate.Tool.Net2Hbm Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.Net2Hbm/AssemblyInfo.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AssemblyInfo.cs 6 Jan 2005 00:23:35 -0000 1.2 --- AssemblyInfo.cs 26 Feb 2005 15:26:25 -0000 1.3 *************** *** 18,24 **** [assembly: AssemblyProductAttribute("NHibernate.Tool.Net2Hbm")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 18,24 ---- [assembly: AssemblyProductAttribute("NHibernate.Tool.Net2Hbm")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:34
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/Nullables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/Nullables Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/Nullables/AssemblyInfo.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AssemblyInfo.cs 6 Jan 2005 00:23:36 -0000 1.6 --- AssemblyInfo.cs 26 Feb 2005 15:26:25 -0000 1.7 *************** *** 17,23 **** [assembly: AssemblyProductAttribute("Nullables")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 17,23 ---- [assembly: AssemblyProductAttribute("Nullables")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:34
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tasks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/NHibernate.Tasks Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tasks/AssemblyInfo.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AssemblyInfo.cs 6 Jan 2005 00:23:35 -0000 1.2 --- AssemblyInfo.cs 26 Feb 2005 15:26:24 -0000 1.3 *************** *** 17,23 **** [assembly: AssemblyProductAttribute("NHibernate.Tasks")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] [assembly: AssemblyDelaySignAttribute(false)] --- 17,23 ---- [assembly: AssemblyProductAttribute("NHibernate.Tasks")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] [assembly: AssemblyDelaySignAttribute(false)] |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:33
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Caches.Prevalence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/NHibernate.Caches.Prevalence Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Caches.Prevalence/AssemblyInfo.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AssemblyInfo.cs 13 Jan 2005 23:10:32 -0000 1.1 --- AssemblyInfo.cs 26 Feb 2005 15:26:24 -0000 1.2 *************** *** 8,12 **** // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.2032 // // Changes to this file may cause incorrect behavior and will be lost if --- 8,12 ---- // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 20,24 **** [assembly: AssemblyProductAttribute("NHibernate.Caches.Prevalence")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] --- 20,25 ---- [assembly: AssemblyProductAttribute("NHibernate.Caches.Prevalence")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-26 15:26:32
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/BantamTech.SysCache Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache/AssemblyInfo.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AssemblyInfo.cs 17 Feb 2005 15:04:24 -0000 1.5 --- AssemblyInfo.cs 26 Feb 2005 15:26:23 -0000 1.6 *************** *** 8,12 **** // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.2032 // // Changes to this file may cause incorrect behavior and will be lost if --- 8,12 ---- // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 20,24 **** [assembly: AssemblyProductAttribute("BantamTech.SysCache")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] --- 20,25 ---- [assembly: AssemblyProductAttribute("BantamTech.SysCache")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-26 15:15:11
|
Update of /cvsroot/nhibernate/NHibernateContrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30166 Modified Files: NHibernateContribSolution.build Log Message: updated build for contrib 0.7 Index: NHibernateContribSolution.build =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/NHibernateContribSolution.build,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** NHibernateContribSolution.build 13 Jan 2005 23:13:12 -0000 1.9 --- NHibernateContribSolution.build 26 Feb 2005 15:15:01 -0000 1.10 *************** *** 33,37 **** <property name="project.name" value="NHibernateContrib" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="6" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> --- 33,37 ---- <property name="project.name" value="NHibernateContrib" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="7" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> |
From: Michael D. <mik...@us...> - 2005-02-26 15:13:11
|
Update of /cvsroot/nhibernate/NHibernateContrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29646 Modified Files: releasenotes.txt Log Message: updated release notes for contrib 0.7 Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/releasenotes.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** releasenotes.txt 5 Jan 2005 21:09:20 -0000 1.3 --- releasenotes.txt 26 Feb 2005 15:13:03 -0000 1.4 *************** *** 1,2 **** --- 1,14 ---- + Build 0.7.0.0 + ======================== + - Added NullableSByte (Sergey Koshcheyev). + - Added support for the access attribute on the prooerty and id tags in hbm2net (John Morris). + - Added the generator parameter attribute to support generator params on the id tag (John Morris). + - Added a collection one to many attribute (John Morris). + - Added a Cache Provider that uses Bamboo.Prevalence (Kevin Williams). + - Fixed Nullable NHibernate Types and conversion issues with Oracle (Donald Mull). + - Fixed problem in BantamTech.SysCache fails to resolve two entities of different types with the same primary key (Kevin Williams). + - Modified the Nullables.Value getter to throw an InvalidOperationException when there is no value (null) (Donald Mull). + + Build 0.6.0.0 ======================== |
From: Michael D. <mik...@us...> - 2005-02-26 15:12:53
|
Update of /cvsroot/nhibernate/NHibernateContrib/lib/net/1.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29185 Modified Files: NHibernate.dll NHibernate.xml Log Message: updating NHibernateContrib with latest nhibernate.dll Index: NHibernate.dll =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/lib/net/1.1/NHibernate.dll,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsU6yPIW and /tmp/cvsCBLRCw differ Index: NHibernate.xml =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/lib/net/1.1/NHibernate.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NHibernate.xml 5 Jan 2005 22:42:40 -0000 1.3 --- NHibernate.xml 26 Feb 2005 15:12:42 -0000 1.4 *************** *** 63,110 **** Any exception that occurs in the O-R persistence layer. </summary> ! <remarks>Exceptions that occur in the database layer are left as native exceptions</remarks> </member> <member name="M:NHibernate.HibernateException.#ctor"> <summary> ! </summary> </member> <member name="M:NHibernate.HibernateException.#ctor(System.Exception)"> [...8225 lines suppressed...] ! The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination. ! </param> </member> <member name="P:NHibernate.WrongClassException.Identifier"> ! <summary> ! Gets the identifier of the object that was being loaded. ! </summary> </member> <member name="P:NHibernate.WrongClassException.Type"> ! <summary> ! Gets the <see cref="T:System.Type"/> that NHibernate was told to load. ! </summary> </member> <member name="P:NHibernate.WrongClassException.Message"> ! <summary> ! Gets a message that describes the current <see cref="T:NHibernate.WrongClassException"/>. ! </summary> ! <value>The error message that explains the reason for this exception.</value> </member> </members> |
From: Michael D. <mik...@us...> - 2005-02-25 23:50:47
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26983/NHibernate Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/AssemblyInfo.cs,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** AssemblyInfo.cs 5 Jan 2005 22:14:11 -0000 1.15 --- AssemblyInfo.cs 25 Feb 2005 23:50:37 -0000 1.16 *************** *** 2,5 **** --- 2,6 ---- using System.Reflection; using System.Runtime.CompilerServices; + using System.Runtime.InteropServices; //------------------------------------------------------------------------------ *************** *** 14,17 **** --- 15,19 ---- [assembly: CLSCompliantAttribute(true)] + [assembly: ComVisibleAttribute(false)] [assembly: AssemblyTitleAttribute("NHibernate for Microsoft .NET Framework 1.1")] [assembly: AssemblyDescriptionAttribute("An object persistence library for relational databases.")] *************** *** 19,25 **** [assembly: AssemblyProductAttribute("NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 21,27 ---- [assembly: AssemblyProductAttribute("NHibernate")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! [assembly: AssemblyFileVersionAttribute("0.7.0.0")] ! [assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-25 23:50:47
|
Update of /cvsroot/nhibernate/nhibernate/src/Iesi.Collections In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26983/Iesi.Collections Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/Iesi.Collections/AssemblyInfo.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AssemblyInfo.cs 5 Jan 2005 22:14:11 -0000 1.5 --- AssemblyInfo.cs 25 Feb 2005 23:50:37 -0000 1.6 *************** *** 25,28 **** [assembly: AssemblyInformationalVersionAttribute("1.0")] [assembly: AssemblyFileVersionAttribute("1.0.0.1")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 25,28 ---- [assembly: AssemblyInformationalVersionAttribute("1.0")] [assembly: AssemblyFileVersionAttribute("1.0.0.1")] ! [assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |
From: Michael D. <mik...@us...> - 2005-02-22 02:47:28
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6932 Modified Files: NHibernateSolution.build releasenotes.txt Log Message: updates from jira's today. Index: NHibernateSolution.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/NHibernateSolution.build,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** NHibernateSolution.build 5 Jan 2005 21:09:51 -0000 1.24 --- NHibernateSolution.build 22 Feb 2005 02:47:19 -0000 1.25 *************** *** 33,37 **** <property name="project.name" value="nhibernate" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="6" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> --- 33,37 ---- <property name="project.name" value="nhibernate" /> <property name="project.version.major" value="0" /> ! <property name="project.version.minor" value="7" /> <property name="project.version.build" value="0" /> <property name="project.version.revision" value="0" /> *************** *** 198,201 **** --- 198,222 ---- <call target="coverage-report" if="${clover.enabled}" /> + <!-- + the test fixtures make some temporary assemblies and files that need to be + cleaned up. Ideally these should be deleted by the TestFixtures themselves + but for some reason NUnit (or something else) is hanging onto those files. + --> + <delete> + <fileset basedir="${build.dir}/bin">> + <!-- generated by the assembly orderer --> + <includes name="A.hbm.xml" /> + <includes name="B.hbm.xml" /> + <includes name="C.hbm.xml" /> + <includes name="A.subclass.hbm.xml" /> + <includes name="B.subclass.hbm.xml" /> + <includes name="C.subclass.hbm.xml" /> + <includes name="MyTest*.dll" /> + <includes name="MyTest*.pdb" /> + <!-- go ahead and delete the log file that contains all the sql output--> + <includes name="log.txt" /> + + </fileset> + </delete> </target> Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** releasenotes.txt 19 Feb 2005 16:10:08 -0000 1.26 --- releasenotes.txt 22 Feb 2005 02:47:19 -0000 1.27 *************** *** 14,21 **** --- 14,23 ---- - Fixed problem of Collections not always getting cached. - Fixed Id.TableGenerator so it works with Oracle. + - Fixed problem with SequenceHiLoGenerator and converting to Int64 (Yves Dierick). - Fixed problem of some NHibernate Exceptions not being serializable. - Improved documentation in IQuery to explain how SetMaxResult is working. - Improved messages in Exceptions thrown by ISetter. - Improved messages in Exceptions for Persisters with problems parsing discriminator values. + - Improved Configuration.AddAssembly() to process hbm.xml files with subclass/joined-subclass files using "extends" in correct order (Mark Traudt). Also added overload of AddAssembly(Assembly,bool) that can be used to skip ordering. - Many internal cleanups from FxCop reccommendations. - Modified ISession.Lock() to allow reassociating transient instances like hibernate 2.1 (Sergey Koshcheyev). |