Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrimStart and TrimEnd with optional char array implementation for SQL Server #33715

Merged
merged 14 commits into from
Jun 20, 2024

Commits on May 14, 2024

  1. TrimStart and TrimEnd with option char array implementation for SQL S…

    …erver.
    
    Fixes dotnet#22924
    acarrazana committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4448f35 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Using SqlServerCondition.SupportsFunctions2022 for LTRIM and RTRIM. H…

    …andling compatibility level to low.
    abdielcs committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e1a73e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71bd4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    610e500 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'main' into TrimStartSql

    # Conflicts:
    #	src/EFCore.SqlServer/Query/Internal/SqlServerMethodCallTranslatorProvider.cs
    abdielcs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ea67e6e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Revert "Using SqlServerCondition.SupportsFunctions2022 for LTRIM and …

    …RTRIM. Handling compatibility level to low."
    
    This reverts commit e1a73e7.
    abdielcs committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3761aff View commit details
    Browse the repository at this point in the history
  2. Rolling back throwing exceptions gracefully. Processing trim start an…

    …d end in a consistent way.
    abdielcs committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8df4eec View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into TrimStartSql

    # Conflicts:
    #	src/EFCore.SqlServer/Query/Internal/SqlServerMethodCallTranslatorProvider.cs
    abdielcs committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1c76be5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    f69b4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d5173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a4d0e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    eab6a6b View commit details
    Browse the repository at this point in the history
  2. Only TrimStart and TrimEnd with the optional char or array must be va…

    …lidated by compatibility level.
    abdielcs committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    46a8f78 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Fix method matching and cleanup

    roji committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fcda1f8 View commit details
    Browse the repository at this point in the history