-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Commits on May 14, 2024
-
TrimStart and TrimEnd with option char array implementation for SQL S…
…erver. Fixes dotnet#22924
acarrazana committedMay 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 4448f35 - Browse repository at this point
Copy the full SHA 4448f35View commit details
Commits on May 16, 2024
-
Using SqlServerCondition.SupportsFunctions2022 for LTRIM and RTRIM. H…
…andling compatibility level to low.
Configuration menu - View commit details
-
Copy full SHA for e1a73e7 - Browse repository at this point
Copy the full SHA e1a73e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71bd4c - Browse repository at this point
Copy the full SHA f71bd4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 610e500 - Browse repository at this point
Copy the full SHA 610e500View commit details
Commits on May 21, 2024
-
Merge branch 'main' into TrimStartSql
# Conflicts: # src/EFCore.SqlServer/Query/Internal/SqlServerMethodCallTranslatorProvider.cs
Configuration menu - View commit details
-
Copy full SHA for ea67e6e - Browse repository at this point
Copy the full SHA ea67e6eView commit details
Commits on May 28, 2024
-
Revert "Using SqlServerCondition.SupportsFunctions2022 for LTRIM and …
…RTRIM. Handling compatibility level to low." This reverts commit e1a73e7.
Configuration menu - View commit details
-
Copy full SHA for 3761aff - Browse repository at this point
Copy the full SHA 3761affView commit details -
Rolling back throwing exceptions gracefully. Processing trim start an…
…d end in a consistent way.
Configuration menu - View commit details
-
Copy full SHA for 8df4eec - Browse repository at this point
Copy the full SHA 8df4eecView commit details -
Merge branch 'main' into TrimStartSql
# Conflicts: # src/EFCore.SqlServer/Query/Internal/SqlServerMethodCallTranslatorProvider.cs
Configuration menu - View commit details
-
Copy full SHA for 1c76be5 - Browse repository at this point
Copy the full SHA 1c76be5View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f69b4cb - Browse repository at this point
Copy the full SHA f69b4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d5173 - Browse repository at this point
Copy the full SHA 86d5173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a4d0e - Browse repository at this point
Copy the full SHA 41a4d0eView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eab6a6b - Browse repository at this point
Copy the full SHA eab6a6bView commit details -
Only TrimStart and TrimEnd with the optional char or array must be va…
…lidated by compatibility level.
Configuration menu - View commit details
-
Copy full SHA for 46a8f78 - Browse repository at this point
Copy the full SHA 46a8f78View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fcda1f8 - Browse repository at this point
Copy the full SHA fcda1f8View commit details