From: <te...@us...> - 2009-03-03 07:06:26
|
Revision: 4105 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4105&view=rev Author: tehlike Date: 2009-03-03 07:06:19 +0000 (Tue, 03 Mar 2009) Log Message: ----------- Reverting rev 4104 for further investigation Revision Links: -------------- http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4104&view=rev Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Loader/AbstractEntityJoinWalker.cs trunk/nhibernate/src/NHibernate/Loader/Collection/BasicCollectionJoinWalker.cs trunk/nhibernate/src/NHibernate/Loader/Collection/OneToManyJoinWalker.cs trunk/nhibernate/src/NHibernate/Loader/JoinWalker.cs trunk/nhibernate/src/NHibernate.Test/NHibernate.Test.csproj Removed Paths: ------------- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1391/ Property Changed: ---------------- trunk/nhibernate/src/NHibernate/EntityModeEqualityComparer.cs trunk/nhibernate/src/NHibernate/Id/TriggerIdentityGenerator.cs trunk/nhibernate/src/NHibernate/Tool/hbm2ddl/SchemaValidator.cs trunk/nhibernate/src/NHibernate/Type/AbstractBinaryType.cs trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/MyEntityIdentity.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting/ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting/Employee.cs trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting/Fixture.cs trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting/Mappings.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1349/ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1443/AclassWithNothing.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/AclassWithDefault.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/AclassWithNothing.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/AclassWithSpecific.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1549/CategoryWithInheritedId.cs trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1549/ProductWithInheritedId.cs trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1587/Mappings.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1632/Fixture.cs trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1632/Mappings.hbm.xml trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1632/Model.cs trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1665/ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1691/Fixture.cs trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/Firebird/FireBirdEmployment.hbm.xml trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/Firebird/FireBirdTest.cs trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/MsSQL/MSSQLEmployment.hbm.xml trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/MsSQL/MSSQLTest.cs trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/MySQL/MySQLEmployment.hbm.xml trunk/nhibernate/src/NHibernate.Test/SqlTest/Identity/IdentityInsertWithStoredProcsTest.cs trunk/nhibernate/src/NHibernate.Test/SqlTest/Identity/MsSQL/MSSQLIdentityInsertWithStoredProcs.hbm.xml trunk/nhibernate/src/NHibernate.Test/SqlTest/Identity/MsSQL/MSSQLIdentityInsertWithStoredProcsTest.cs trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/Item.cs trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/Item.hbm.xml trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/NativeSQLQueries.hbm.xml trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/SelfReferencingCollectionLoadTest.cs trunk/nhibernate/src/NHibernate.Test/Tools/hbm2ddl/SchemaUpdate/ trunk/nhibernate/src/NHibernate.Test/TypesTest/GenericEnumStringClass.hbm.xml trunk/nhibernate/src/NHibernate.Test/VersionTest/Db/MsSQL/GeneratedBinaryVersionFixture.cs trunk/nhibernate/src/NHibernate.Test/VersionTest/Db/MsSQL/SimpleVersioned.cs trunk/nhibernate/src/NHibernate.Test/VersionTest/Db/MsSQL/SimpleVersioned.hbm.xml Property changes on: trunk/nhibernate/src/NHibernate/EntityModeEqualityComparer.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate/Id/TriggerIdentityGenerator.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Modified: trunk/nhibernate/src/NHibernate/Loader/AbstractEntityJoinWalker.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Loader/AbstractEntityJoinWalker.cs 2009-03-02 19:46:38 UTC (rev 4104) +++ trunk/nhibernate/src/NHibernate/Loader/AbstractEntityJoinWalker.cs 2009-03-03 07:06:19 UTC (rev 4105) @@ -44,7 +44,7 @@ SqlString orderByString, string groupByString, SqlString havingString, LockMode lockMode) { WalkEntityTree(persister, Alias); - this.Persisters = new ILoadable[0]; + Persisters = new ILoadable[0]; InitStatementString(projectionString, whereString, orderByString, groupByString, havingString, lockMode); } @@ -57,12 +57,12 @@ SqlString orderBy,string groupBy, SqlString having, LockMode lockMode) { int joins = CountEntityPersisters(associations); - this.Suffixes = BasicLoader.GenerateSuffixes(joins + 1); + Suffixes = BasicLoader.GenerateSuffixes(joins + 1); JoinFragment ojf = MergeOuterJoins(associations); SqlString selectClause = projection ?? - new SqlString(persister.SelectFragment(alias, this.Suffixes[joins]) + SelectString(associations)); + new SqlString(persister.SelectFragment(alias, Suffixes[joins]) + SelectString(associations)); SqlSelectBuilder select = new SqlSelectBuilder(Factory) .SetLockMode(lockMode) Modified: trunk/nhibernate/src/NHibernate/Loader/Collection/BasicCollectionJoinWalker.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Loader/Collection/BasicCollectionJoinWalker.cs 2009-03-02 19:46:38 UTC (rev 4104) +++ trunk/nhibernate/src/NHibernate/Loader/Collection/BasicCollectionJoinWalker.cs 2009-03-03 07:06:19 UTC (rev 4105) @@ -40,8 +40,8 @@ { int joins = CountEntityPersisters(associations); int collectionJoins = CountCollectionPersisters(associations) + 1; - this.Suffixes = BasicLoader.GenerateSuffixes(joins); - this.CollectionSuffixes = BasicLoader.GenerateSuffixes(joins, collectionJoins); + Suffixes = BasicLoader.GenerateSuffixes(joins); + CollectionSuffixes = BasicLoader.GenerateSuffixes(joins, collectionJoins); SqlStringBuilder whereString = WhereString(alias, collectionPersister.KeyColumnNames, subquery, batchSize); @@ -72,7 +72,7 @@ SqlSelectBuilder select = new SqlSelectBuilder(Factory) - .SetSelectClause(collectionPersister.SelectFragment(alias, this.CollectionSuffixes[0]) + .SetSelectClause(collectionPersister.SelectFragment(alias, CollectionSuffixes[0]) + SelectString(associations)) .SetFromClause(collectionPersister.TableName, alias) .SetWhereClause(whereString.ToSqlString()) Modified: trunk/nhibernate/src/NHibernate/Loader/Collection/OneToManyJoinWalker.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Loader/Collection/OneToManyJoinWalker.cs 2009-03-02 19:46:38 UTC (rev 4104) +++ trunk/nhibernate/src/NHibernate/Loader/Collection/OneToManyJoinWalker.cs 2009-03-03 07:06:19 UTC (rev 4105) @@ -45,29 +45,26 @@ private void InitStatementString(IOuterJoinLoadable elementPersister, string alias, int batchSize, SqlString subquery) { int joins = CountEntityPersisters(associations); - this.Suffixes = BasicLoader.GenerateSuffixes(joins + 1); + Suffixes = BasicLoader.GenerateSuffixes(joins + 1); int collectionJoins = CountCollectionPersisters(associations) + 1; - this.CollectionSuffixes = BasicLoader.GenerateSuffixes(joins + 1, collectionJoins); + CollectionSuffixes = BasicLoader.GenerateSuffixes(joins + 1, collectionJoins); SqlStringBuilder whereString = WhereString(alias, oneToManyPersister.KeyColumnNames, subquery, batchSize); - string filter = oneToManyPersister.FilterFragment(alias, EnabledFilters); whereString.Insert(0, StringHelper.MoveAndToBeginning(filter)); - whereString.Add(elementPersister.FilterFragment(alias, new CollectionHelper.EmptyMapClass<string, IFilter>())); + JoinFragment ojf = MergeOuterJoins(associations); SqlSelectBuilder select = - new SqlSelectBuilder(Factory) - .SetSelectClause( - oneToManyPersister.SelectFragment(null, null, alias, this.Suffixes[joins], this.CollectionSuffixes[0], true) - + SelectString(associations)) - .SetFromClause(elementPersister.FromTableFragment(alias) - + elementPersister.FromJoinFragment(alias, true, true)) - .SetWhereClause(whereString.ToSqlString()) - .SetOuterJoins(ojf.ToFromFragmentString, - ojf.ToWhereFragmentString + elementPersister.WhereJoinFragment(alias, true, true)) - .SetOrderByClause(OrderBy(associations, oneToManyPersister.GetSQLOrderByString(alias))); + new SqlSelectBuilder(Factory).SetSelectClause( + oneToManyPersister.SelectFragment(null, null, alias, Suffixes[joins], CollectionSuffixes[0], true) + + SelectString(associations)).SetFromClause(elementPersister.FromTableFragment(alias) + + elementPersister.FromJoinFragment(alias, true, true)).SetWhereClause( + whereString.ToSqlString()).SetOuterJoins(ojf.ToFromFragmentString, + ojf.ToWhereFragmentString + + elementPersister.WhereJoinFragment(alias, true, true)); + select.SetOrderByClause(OrderBy(associations, oneToManyPersister.GetSQLOrderByString(alias))); if (Factory.Settings.IsCommentsEnabled) { Modified: trunk/nhibernate/src/NHibernate/Loader/JoinWalker.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Loader/JoinWalker.cs 2009-03-02 19:46:38 UTC (rev 4104) +++ trunk/nhibernate/src/NHibernate/Loader/JoinWalker.cs 2009-03-03 07:06:19 UTC (rev 4105) @@ -19,26 +19,77 @@ private readonly ISet<AssociationKey> visitedAssociationKeys = new HashedSet<AssociationKey>(); private readonly IDictionary<string, IFilter> enabledFilters; - public string[] CollectionSuffixes { get; set; } + private string[] suffixes; + private string[] collectionSuffixes; + private ILoadable[] persisters; + private int[] owners; + private EntityType[] ownerAssociationTypes; + private ICollectionPersister[] collectionPersisters; + private int[] collectionOwners; + private string[] aliases; + private LockMode[] lockModeArray; + private SqlString sql; - public LockMode[] LockModeArray { get; set; } + public string[] CollectionSuffixes + { + get { return collectionSuffixes; } + set { collectionSuffixes = value; } + } - public string[] Suffixes { get; set; } + public LockMode[] LockModeArray + { + get { return lockModeArray; } + set { lockModeArray = value; } + } - public string[] Aliases { get; set; } + public string[] Suffixes + { + get { return suffixes; } + set { suffixes = value; } + } - public int[] CollectionOwners { get; set; } + public string[] Aliases + { + get { return aliases; } + set { aliases = value; } + } - public ICollectionPersister[] CollectionPersisters { get; set; } + public int[] CollectionOwners + { + get { return collectionOwners; } + set { collectionOwners = value; } + } - public EntityType[] OwnerAssociationTypes { get; set; } + public ICollectionPersister[] CollectionPersisters + { + get { return collectionPersisters; } + set { collectionPersisters = value; } + } - public int[] Owners { get; set; } + public EntityType[] OwnerAssociationTypes + { + get { return ownerAssociationTypes; } + set { ownerAssociationTypes = value; } + } - public ILoadable[] Persisters { get; set; } + public int[] Owners + { + get { return owners; } + set { owners = value; } + } - public SqlString SqlString { get; set; } + public ILoadable[] Persisters + { + get { return persisters; } + set { persisters = value; } + } + public SqlString SqlString + { + get { return sql; } + set { sql = value; } + } + protected ISessionFactoryImplementor Factory { get { return factory; } @@ -657,15 +708,15 @@ int joins = CountEntityPersisters(associations); int collections = CountCollectionPersisters(associations); - this.CollectionOwners = collections == 0 ? null : new int[collections]; - this.CollectionPersisters = collections == 0 ? null : new ICollectionPersister[collections]; - this.CollectionSuffixes = BasicLoader.GenerateSuffixes(joins + 1, collections); + collectionOwners = collections == 0 ? null : new int[collections]; + collectionPersisters = collections == 0 ? null : new ICollectionPersister[collections]; + collectionSuffixes = BasicLoader.GenerateSuffixes(joins + 1, collections); - this.Persisters = new ILoadable[joins]; - this.Aliases = new String[joins]; - this.Owners = new int[joins]; - this.OwnerAssociationTypes = new EntityType[joins]; - this.LockModeArray = ArrayHelper.FillArray(lockMode, joins); + persisters = new ILoadable[joins]; + aliases = new String[joins]; + owners = new int[joins]; + ownerAssociationTypes = new EntityType[joins]; + lockModeArray = ArrayHelper.FillArray(lockMode, joins); int i = 0; int j = 0; @@ -674,10 +725,10 @@ { if (!oj.IsCollection) { - this.Persisters[i] = (ILoadable)oj.Joinable; - this.Aliases[i] = oj.RHSAlias; - this.Owners[i] = oj.GetOwner(associations); - this.OwnerAssociationTypes[i] = (EntityType)oj.JoinableType; + persisters[i] = (ILoadable)oj.Joinable; + aliases[i] = oj.RHSAlias; + owners[i] = oj.GetOwner(associations); + ownerAssociationTypes[i] = (EntityType)oj.JoinableType; i++; } else @@ -687,25 +738,25 @@ if (oj.JoinType == JoinType.LeftOuterJoin) { //it must be a collection fetch - this.CollectionPersisters[j] = collPersister; - this.CollectionOwners[j] = oj.GetOwner(associations); + collectionPersisters[j] = collPersister; + collectionOwners[j] = oj.GetOwner(associations); j++; } if (collPersister.IsOneToMany) { - this.Persisters[i] = (ILoadable)collPersister.ElementPersister; - this.Aliases[i] = oj.RHSAlias; + persisters[i] = (ILoadable)collPersister.ElementPersister; + aliases[i] = oj.RHSAlias; i++; } } } - if (ArrayHelper.IsAllNegative(this.Owners)) - this.Owners = null; + if (ArrayHelper.IsAllNegative(owners)) + owners = null; - if (this.CollectionOwners != null && ArrayHelper.IsAllNegative(this.CollectionOwners)) - this.CollectionOwners = null; + if (collectionOwners != null && ArrayHelper.IsAllNegative(collectionOwners)) + collectionOwners = null; } /// <summary> @@ -731,11 +782,11 @@ OuterJoinableAssociation next = (i == associations.Count - 1) ? null : associations[i + 1]; IJoinable joinable = join.Joinable; - string entitySuffix = (this.Suffixes == null || entityAliasCount >= this.Suffixes.Length) ? null : this.Suffixes[entityAliasCount]; + string entitySuffix = (suffixes == null || entityAliasCount >= suffixes.Length) ? null : suffixes[entityAliasCount]; - string collectionSuffix = (this.CollectionSuffixes == null || collectionAliasCount >= this.CollectionSuffixes.Length) + string collectionSuffix = (collectionSuffixes == null || collectionAliasCount >= collectionSuffixes.Length) ? null - : this.CollectionSuffixes[collectionAliasCount]; + : collectionSuffixes[collectionAliasCount]; string selectFragment = joinable.SelectFragment(next == null ? null : next.Joinable, next == null ? null : next.RHSAlias, join.RHSAlias, Property changes on: trunk/nhibernate/src/NHibernate/Tool/hbm2ddl/SchemaValidator.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate/Type/AbstractBinaryType.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/Generatedkeys/Identity/MyEntityIdentity.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting/Employee.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting/Fixture.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/Evicting/Mappings.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1349 ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1443/AclassWithNothing.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/AclassWithDefault.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/AclassWithNothing.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/AclassWithSpecific.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1521/Fixture.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1549/CategoryWithInheritedId.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1549/ProductWithInheritedId.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1587/Mappings.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1632/Fixture.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1632/Mappings.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1632/Model.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1665 ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1691/Fixture.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Modified: trunk/nhibernate/src/NHibernate.Test/NHibernate.Test.csproj =================================================================== --- trunk/nhibernate/src/NHibernate.Test/NHibernate.Test.csproj 2009-03-02 19:46:38 UTC (rev 4104) +++ trunk/nhibernate/src/NHibernate.Test/NHibernate.Test.csproj 2009-03-03 07:06:19 UTC (rev 4105) @@ -416,9 +416,6 @@ <Compile Include="NHSpecificTest\NH1289\PurchaseItem.cs" /> <Compile Include="NHSpecificTest\NH1289\PurchaseOrder.cs" /> <Compile Include="NHSpecificTest\NH1289\WorkflowItem.cs" /> - <Compile Include="NHSpecificTest\NH1391\Company.cs" /> - <Compile Include="NHSpecificTest\NH1391\Fixture.cs" /> - <Compile Include="NHSpecificTest\NH1391\Product.cs" /> <Compile Include="NHSpecificTest\NH1665\Fixture.cs" /> <Compile Include="NHSpecificTest\NH1665\MyEntity.cs" /> <Compile Include="NHSpecificTest\NH1443\Fixture.cs" /> @@ -1673,7 +1670,6 @@ <EmbeddedResource Include="Cascade\JobBatch.hbm.xml" /> <EmbeddedResource Include="Deletetransient\Person.hbm.xml" /> <Content Include="DynamicEntity\package.html" /> - <EmbeddedResource Include="NHSpecificTest\NH1391\Mappings.hbm.xml" /> <EmbeddedResource Include="NHSpecificTest\NH1691\Mappings.hbm.xml" /> <EmbeddedResource Include="NHSpecificTest\NH1689\Mappings.hbm.xml" /> <EmbeddedResource Include="VersionTest\Db\MsSQL\SimpleVersioned.hbm.xml" /> Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/Firebird/FireBirdEmployment.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/Firebird/FireBirdTest.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/MsSQL/MSSQLEmployment.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/MsSQL/MSSQLTest.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Custom/MySQL/MySQLEmployment.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Identity/IdentityInsertWithStoredProcsTest.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Identity/MsSQL/MSSQLIdentityInsertWithStoredProcs.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Identity/MsSQL/MSSQLIdentityInsertWithStoredProcsTest.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/Item.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/Item.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/NativeSQLQueries.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/SqlTest/Query/SelfReferencingCollectionLoadTest.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/Tools/hbm2ddl/SchemaUpdate ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/TypesTest/GenericEnumStringClass.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/VersionTest/Db/MsSQL/GeneratedBinaryVersionFixture.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/VersionTest/Db/MsSQL/SimpleVersioned.cs ___________________________________________________________________ Deleted: svn:mergeinfo - Property changes on: trunk/nhibernate/src/NHibernate.Test/VersionTest/Db/MsSQL/SimpleVersioned.hbm.xml ___________________________________________________________________ Deleted: svn:mergeinfo - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |