4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 7 months ago.
Oct 16, 2022 — Oct 16, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ExpressionNodeInstantiationException Added improved error handling for scenarios where a delegate is passed to a query method (instead of an expression) (RM-2732) More... almost 14 years ago
Added ExpressionNodeInstantiationException Added improved error handling for scenarios where a delegate is passed to a query method (instead of an expression) (RM-2732) More... almost 14 years ago
Added ExpressionNodeInstantiationException Added improved error handling for scenarios where a delegate is passed to a query method (instead of an expression) (RM-2732) More... almost 14 years ago
adapted ThrowingExpressionTreeVisitor.VisitUnknownExpression to use ExtensionExpression.ReduceAndCheck instead of ExtensionExpression.Reduce (RM-2938) More... almost 14 years ago
adapted VBStringComparisonExpression: removed type parameter and get it from expression instead adapted and refactored VBStringComparisonExpression tests (RM-2942) More... almost 14 years ago
adapted VBStringComparisonExpression: removed type parameter and get it from expression instead adapted and refactored VBStringComparisonExpression tests (RM-2942) More... almost 14 years ago
adapted PreprocessingExpressionTreeVisitor.VisitBinaryExpression to work also for string GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual comparisons changed VBStringComparisonExpression.ctor to get the expression type (RM-2942) More... almost 14 years ago
adapted PreprocessingExpressionTreeVisitor.VisitBinaryExpression to work also for string GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual comparisons changed VBStringComparisonExpression.ctor to get the expression type (RM-2942) More... almost 14 years ago
adapted PreprocessingExpressionTreeVisitor.VisitBinaryExpression to work also for string GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual comparisons changed VBStringComparisonExpression.ctor to get the expression type (RM-2942) More... almost 14 years ago
Added review comments for RM-2885 More... almost 14 years ago
Added review comments for RM-2885 More... almost 14 years ago
Changed VBStringComparisonExpression to get the expression type from its inner expression Fixed integration test Cleaned up (RM-2941) More... almost 14 years ago
Changed VBStringComparisonExpression to get the expression type from its inner expression Fixed integration test Cleaned up (RM-2941) More... almost 14 years ago
Added review comment for RM-2938 More... almost 14 years ago
Added review comments for RM-2942 More... almost 14 years ago
adapted MemberAccessResolver.VisitNewExpression to throw an exception when a member access to a NewExpression without members happens (RM-2885) More... almost 14 years ago
adapted SqlPreparationExpressionVisitor.VisitNewExpression to handle expressions without members adapted SqlContextExpressionVisitor.VisitNewExpression to handle expressions without members adapted SqlContextExpressionVisitor.VisitNamedExpression to handle new expressions without members (RM-2885) More... almost 14 years ago
Made RootClientTransactionComponentFactory and SubClientTransactionComponentFactory suitable for subclassing (RM-2621) More... almost 14 years ago
Renamed ClientTransaction._listeners to _eventSink (RM-2621) More... almost 14 years ago
Changed SubPersistenceStrategy's ctor to throw an exception when its parent transaction is not read-only Added argument checks (RM-2621) More... almost 14 years ago
Renamed IDataSource to IPersistenceStrategy Renamed RootClientTransaction and SubClientTransaction to RootPersistenceStrategy and SubPersistenceStrategy (RM-2621) More... almost 14 years ago
Changed RootClientTransaction and SubClientTransaction to be strategies held by ClientTransaction rather than subclasses of it Removed all abstract methods from ClientTransaction, implemented those to delegate to Introduced IClientTransactionComponentFactory with two implementations for root transactions and sub-transactions Extracted IDataManager interface and replaced references to DataManager with IDataManager Adapted unit tests (RM-2621) More... almost 14 years ago
SecurityManager: Dropped bidirectional relation between Position and Group. (RM-2961) More... almost 14 years ago
Web.config cleanup. More... almost 14 years ago
changed AggregationResultOperatorHandler.HandleResultOperator to remove orderings after creating a sub statement (RM-2917) More... almost 14 years ago
Updated doc. More... almost 14 years ago
refactored test (RM-2938) More... almost 14 years ago
added UnresolvedGroupReferenceTableInfo.ToString refactored UnresolvedGroupReferenceTableInfo tests (RM-2907) More... almost 14 years ago
remove unused directives (RM-2906) More... almost 14 years ago
refactored group by integration tests (RM-2905) More... almost 14 years ago