stream icon indicating copy to clipboard operation
stream copied to clipboard

Fix IN and NOT IN queries

Open kasparsd opened this issue 6 years ago • 3 comments
trafficstars

Fixes #977.

  • [x] Fix the core issue with preparing multiple values for IN and NOT IN queries.
  • [x] Add unit tests for the new helper methods and the core DB query logic. Finished and confirmed by @kidunot89 :+1:

kasparsd avatar Jun 24 '19 07:06 kasparsd

Sup @kasparsd anything I can do to help here? Where did it get stuck?

lkraav avatar Sep 27 '19 10:09 lkraav

@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 avatar Sep 27 '19 11:09 kasparsd

@kasparsd All ready for your review.

kidunot89 avatar Aug 25 '20 15:08 kidunot89