You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
@ -366,7 +366,7 @@ namespace System.Data.Mapping.ViewGeneration.Structures
|
||||
|
||||
// effects: Given a list of bools, returns a list of boolean expressions where each
|
||||
// boolean in bools has been ANDed with conjunct
|
||||
// CHANGE_[....]_IMPROVE: replace with lambda pattern
|
||||
// CHANGE_Microsoft_IMPROVE: replace with lambda pattern
|
||||
internal static List<BoolExpression> AddConjunctionToBools(List<BoolExpression> bools,
|
||||
BoolExpression conjunct)
|
||||
{
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.CommandTrees;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.CommandTrees;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Mapping.ViewGeneration.CqlGeneration;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.Utils;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Mapping.ViewGeneration.Structures
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Mapping.ViewGeneration.Structures
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Mapping.ViewGeneration.Structures
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Mapping.ViewGeneration.CqlGeneration;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
@ -177,7 +177,7 @@ namespace System.Data.Mapping.ViewGeneration.Structures
|
||||
// effect: returns the default value for the member
|
||||
// if the member is nullable and has no default, changes default value to CellConstant.NULL and returns true
|
||||
// if the mebmer is not nullable and has no default, returns false
|
||||
// CHANGE_[....]_FEATURE_DEFAULT_VALUES: return the right default once metadata supports it
|
||||
// CHANGE_Microsoft_FEATURE_DEFAULT_VALUES: return the right default once metadata supports it
|
||||
internal static bool TryGetDefaultValueForMemberPath(MemberPath memberPath, out Constant defaultConstant)
|
||||
{
|
||||
object defaultValue = memberPath.DefaultValue;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Mapping.ViewGeneration.Structures
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Mapping.ViewGeneration.Structures
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user