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

Support for PostgreSQL 15 "Merge" #644

Open ghost opened 1 year ago

ghost commented 1 year ago

https://www.postgresql.org/docs/current/sql-merge.html

Is it possible to add support for this command? Thanks

tousekjan commented 1 year ago

It would also be great to have Merge support for T-SQL https://learn.microsoft.com/en-us/sql/t-sql/statements/merge-transact-sql?view=sql-server-ver16