Justas Sarapas
Results
2
comments of
Justas Sarapas
When making IN queries with empty list - Dapper makes something like this: `SELECT * FROM information_schema.tables WHERE VERSION IN (SELECT 1 WHERE 0 = 1);` Although `SELECT 1 WHERE...
@bgrainger I tested it on 5.6.39. I tried the same thing on 5.7.20 and it was working so it seems it was changed