Hi, 

I have recently had to make a custom UPSERT method with Microsoft SQL, 
using their suggested MERGE method here: 
https://docs.microsoft.com/en-us/sql/t-sql/statements/merge-transact-sql?view=sql-server-ver15
 

Is it within the scope of the SQLAlchemy project to create an extension for 
this UPSERT method through the use of MS SQL's MERGE? 

My company and I are exploring the possibility of contributing this to the 
project and would like to know if this is inline with the project and would 
get accepted?

Best regards, 
De Vos


-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/62d0358a-e27e-4b04-9e86-4badb2fe59a4n%40googlegroups.com.

Reply via email to