mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-07 13:41:11 -06:00
This is then equivalent to in(value_list(some_empty_vector)) and not_in(value_list(some_empty_vector): tab.a.in() evaluates to false tab.a.not_in() evaluates to true