[DomainObjects-Subversion] SF.net SVN: domainobjects:[382] branches/DomainObjects3/src
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2008-10-19 03:02:04
|
Revision: 382 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=382&view=rev Author: rbeauchamp Date: 2008-10-19 03:01:56 +0000 (Sun, 19 Oct 2008) Log Message: ----------- - Added ability to enable identity insert for an InsertByQuery statement. See unit test SetIdentityInsertOn() for a usage example. Modified Paths: -------------- branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/InsertCommandBuilder.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IInsertByQuery.cs branches/DomainObjects3/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs branches/DomainObjects3/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects3/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects3/src/Test/DomainObjects.Test/TestFixture/InsertTests.cs Added Paths: ----------- branches/DomainObjects3/src/Core/DomainObjects/Metadata/FieldDescriptorReference.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |