On 04/06/2020 15:32, Mark Rotteveel wrote: > On 03-06-2020 19:29, Adriano dos Santos Fernandes wrote: >> It needs a careful review. >> >> Pull request: https://github.com/FirebirdSQL/firebird/pull/269 > > Out of curiosity, maybe I'm just overlooking things, but how does this > handle IN with a value list? The terminology in the code suggests its > executing a subquery. >
If you mean a fixed value list IN (1, 2, 3), this is translated to booleans (OR) at early moment. It's another code path. Adriano Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel