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

feat(FreeSqlExtensions): support CustomPredicate custom convert #4300

Merged
merged 5 commits into from
Sep 13, 2024

Conversation

AiYuZhen
Copy link
Contributor

@AiYuZhen AiYuZhen commented Sep 13, 2024

support CustomPredicate custom convert

Description

通过增加 FreeSqlExtensions.ToDynamicFilter 扩展方法参数,支持 FilterAction.CustomPredicate 自定义过滤值的支持。

close #4295

Copy link

bb-auto bot commented Sep 13, 2024

Thanks for your PR, @AiYuZhen. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@bb-auto bb-auto bot requested a review from ArgoZhang September 13, 2024 03:54
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (264f7b5) to head (ddd05ba).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #4300   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          611       611           
  Lines        26392     26392           
  Branches      3843      3843           
=========================================
  Hits         26392     26392           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ArgoZhang
ArgoZhang previously approved these changes Sep 13, 2024
@ArgoZhang ArgoZhang changed the title 增加 FreeSqlExtensions.ToDynamicFilter 扩展方法自定义转换参数。 feat(FreeSqlExtensions): support CustomPredicate custom convert Sep 13, 2024
@bb-auto bb-auto bot added the enhancement New feature or request label Sep 13, 2024
@bb-auto bb-auto bot added this to the v8.9.0 milestone Sep 13, 2024
@ArgoZhang ArgoZhang merged commit c58ea05 into dotnetcore:main Sep 13, 2024
5 checks passed
@AiYuZhen AiYuZhen deleted the FreeSqlExtensions branch September 13, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(FilterAction): FilterAction 兼容 FreeSql 的 DynamicFilterOperator 枚举
2 participants