Thread: [DomainObjects-Subversion] SF.net SVN: domainobjects: [247] trunk/DomainObjects2/src/Core/ DomainOb
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-12-06 16:26:46
|
Revision: 247 http://svn.sourceforge.net/domainobjects/?rev=247&view=rev Author: rbeauchamp Date: 2006-12-06 08:11:11 -0800 (Wed, 06 Dec 2006) Log Message: ----------- - Fixed issue with ordering by a case function that hasn't already been added to the select field list. - Fixed issue with updating a relationship in memory after the primary key object in the relationship has changed identity. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectResultsTable.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-12-15 08:28:05
|
Revision: 256 http://svn.sourceforge.net/domainobjects/?rev=256&view=rev Author: rbeauchamp Date: 2006-12-15 00:28:02 -0800 (Fri, 15 Dec 2006) Log Message: ----------- Fixed issue when the same Case function instance was being used in both an outer query and its inner unioned query. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelSqlStatement.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Function/Case.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dko...@us...> - 2006-12-29 20:34:47
|
Revision: 265 http://svn.sourceforge.net/domainobjects/?rev=265&view=rev Author: dkondratiuk Date: 2006-12-29 12:34:44 -0800 (Fri, 29 Dec 2006) Log Message: ----------- Oracle compatible: The field order in the where clause were changed (the id field is in the right side of the equality) The SelectFields property of the Query class now is public so the developer can check which field were added. The InSubqueryCriteria now is public an this class exposes the ObjectType so the developer can check which InSubQueryCriteria is in a criteria class Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Join.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2006-12-31 01:23:24
|
Revision: 266 http://svn.sourceforge.net/domainobjects/?rev=266&view=rev Author: rbeauchamp Date: 2006-12-30 17:23:23 -0800 (Sat, 30 Dec 2006) Log Message: ----------- - Updated API docs. - Moved Criteria.NO_MAXIMUM_COUNT to the Query class as it makes more sense there. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Criteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Query.cs trunk/DomainObjects2/src/Core/DomainObjects/PersistenceBroker.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-06-10 06:49:16
|
Revision: 302 http://svn.sourceforge.net/domainobjects/?rev=302&view=rev Author: rbeauchamp Date: 2007-06-09 23:49:15 -0700 (Sat, 09 Jun 2007) Log Message: ----------- - Performance tuning DomainObjects. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/Parameter.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Expression/Field.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/CompareToFieldCriteria.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/AttributeDescriptorOverride.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/DescriptorRepository.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-06-13 04:35:22
|
Revision: 303 http://svn.sourceforge.net/domainobjects/?rev=303&view=rev Author: rbeauchamp Date: 2007-06-12 21:35:20 -0700 (Tue, 12 Jun 2007) Log Message: ----------- Caching frequently accessed data in the ClassDescriptor. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/ClassDescriptor.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/DescriptorRepository.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rbe...@us...> - 2007-09-06 06:53:48
|
Revision: 325 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=325&view=rev Author: rbeauchamp Date: 2007-09-05 23:53:42 -0700 (Wed, 05 Sep 2007) Log Message: ----------- - Fixed issue where parameters created for a SQL statement were not being used. - Fixed issue where DomainObjects references and collections were retaining a reference to the identity of objects involved in an aborted transaction. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/Command/Expression/Constant.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |