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

Fix LIKE SQL #1177

Merged
merged 6 commits into from
Jan 15, 2025
Merged

Fix LIKE SQL #1177

merged 6 commits into from
Jan 15, 2025

Conversation

ukrbublik
Copy link
Owner

No description provided.

Copy link

codesandbox bot commented Jan 14, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Jan 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-awesome-query-builder-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2025 9:42am
react-awesome-query-builder-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2025 9:42am
react-awesome-query-builder-sandbox-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2025 9:42am

Copy link

codesandbox-ci bot commented Jan 14, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 03b533c:

Sandbox Source
@react-awesome-query-builder/examples Configuration
@react-awesome-query-builder/sandbox Configuration
@react-awesome-query-builder/sandbox-simple Configuration
@react-awesome-query-builder/sandbox-next Configuration

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

Attention: Patch coverage is 80.95238% with 4 lines in your changes missing coverage. Please review.

Project coverage is 80.70%. Comparing base (93810f6) to head (03b533c).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
packages/core/modules/config/index.js 60.00% 2 Missing ⚠️
packages/core/modules/utils/export.js 91.66% 1 Missing ⚠️
packages/sql/modules/import/conv.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1177   +/-   ##
=======================================
  Coverage   80.69%   80.70%           
=======================================
  Files         223      223           
  Lines       12021    12026    +5     
  Branches     1508     1508           
=======================================
+ Hits         9700     9705    +5     
  Misses       1602     1602           
  Partials      719      719           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unwanted backslash is added before an underscore
1 participant