Commits
Click on a commit to change the comparison rangefix: replace unreachable!() with if-let in predicate semantic comparison visitors fix: restrict PG predicate cast stripping to DoubleColon and use matches! for MSSQL Nested check refactor: unify predicate stripping into normalize_index_predicates, covering external shadow DB path fix: handle IN/NOT IN normalization and harden PG predicate comparison with integration tests refactor: remove IN/NOT IN normalization from PG predicate comparison, keep parens and cast handling only