stream
stream copied to clipboard
Fix IN and NOT IN queries
trafficstars
Fixes #977.
- [x] Fix the core issue with preparing multiple values for
INandNOT INqueries. - [x] Add unit tests for the new helper methods and the core DB query logic. Finished and confirmed by @kidunot89 :+1:
Sup @kasparsd anything I can do to help here? Where did it get stuck?
@lkraav I started working on this before we had the dev environment bundled with the plugin which can run unit tests, so the remaining job is to add the unit tests and do some smoke testing with some actual data.
@kasparsd All ready for your review.