sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.08k stars 498 forks source link

Iss 581 where exists remove select #618

Closed ahmad-moussawi closed 1 year ago

ahmad-moussawi commented 1 year ago

This PR add a new property OmitSelectInsideExists to avoid removing the select columns from WhereExists The new property defaults to true to be compatible with previous versions. related #581