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

Add support for FragmentInterface in array conditions #147

Merged
merged 5 commits into from
Dec 4, 2023
Merged

Conversation

msmakouz
Copy link
Member

Closes: #145

@msmakouz msmakouz added the type:bug Bug label Nov 28, 2023
@msmakouz msmakouz added this to the 2.6.x milestone Nov 28, 2023
@msmakouz msmakouz self-assigned this Nov 28, 2023
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (406928e) 95.03% compared to head (0abebe3) 95.10%.
Report is 12 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x     #147      +/-   ##
============================================
+ Coverage     95.03%   95.10%   +0.07%     
- Complexity     1798     1812      +14     
============================================
  Files           128      129       +1     
  Lines          4952     4987      +35     
============================================
+ Hits           4706     4743      +37     
+ Misses          246      244       -2     

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

@roxblnfk roxblnfk removed this from the 2.6.x milestone Nov 28, 2023
src/Driver/Compiler.php Show resolved Hide resolved
src/Driver/Compiler.php Outdated Show resolved Hide resolved
src/Driver/Compiler.php Outdated Show resolved Hide resolved
src/Driver/Compiler.php Outdated Show resolved Hide resolved
@roxblnfk roxblnfk merged commit 0b4d063 into 2.x Dec 4, 2023
41 of 42 checks passed
@roxblnfk roxblnfk deleted the bugfix/fragment branch December 4, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Incorrect insertion of FragmentInterface parameters into WHERE IN queries
3 participants