[DomainObjects-Subversion] SF.net SVN: domainobjects: [271] trunk/DomainObjects2
Brought to you by:
rbeauchamp
From: <dko...@us...> - 2007-01-10 17:12:25
|
Revision: 271 http://svn.sourceforge.net/domainobjects/?rev=271&view=rev Author: dkondratiuk Date: 2007-01-10 09:12:19 -0800 (Wed, 10 Jan 2007) Log Message: ----------- * Added support to Int64 primary keys, bigint identity columns now are supported * The SECOND_OBJECT table primary key were modified and now it is a bigint column. * Added support to union queries in Oracle * Some test were fixed in OracleDataProvider * Added the SQLServerSpecific category to the OrderByNewId test * Added the DoesNotWithWithOracle to the InsertByQueryTests test Modified Paths: -------------- trunk/DomainObjects2/resource/Repository.xml trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Key.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleDbModelSelectStatement.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ServerSideSequencerInsertCommandBuilder.cs trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs trunk/DomainObjects2/src/Manager/Manager.exe.csproj trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/InsertByQueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/UnitTestCategory.cs trunk/DomainObjects2/testbed/CreateDatabase.sql trunk/DomainObjects2/testbed/CreateDatabaseWithoutIdentity.sql trunk/DomainObjects2/testbed/ServerSideSequencerScript.sql trunk/DomainObjects2/testbed/oracle/CreateDatabase.SQL Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/LongKey.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |