Re: [sqlalchemy] Using `INSERT...ON CONFLICT` with ORM

2021-03-02 Thread Ketan Patel
Thanks Mike. On Tue, Mar 2, 2021 at 3:52 PM Mike Bayer wrote: > nope, there's a vague plan in > https://github.com/sqlalchemy/sqlalchemy/issues/5441 for how this might > work but it might keep getting pushed off as it's a big job and there are > many higher priority items. > > > On Tue, Mar 2,

Re: [sqlalchemy] Using `INSERT...ON CONFLICT` with ORM

2021-03-02 Thread Mike Bayer
nope, there's a vague plan in https://github.com/sqlalchemy/sqlalchemy/issues/5441 for how this might work but it might keep getting pushed off as it's a big job and there are many higher priority items. On Tue, Mar 2, 2021, at 5:01 PM, Ketan Patel wrote: > Hi Mike, > > Just checking if ORM

Re: [sqlalchemy] Using `INSERT...ON CONFLICT` with ORM

2021-03-02 Thread Ketan Patel
Hi Mike, Just checking if ORM way of handling the conflict during the insert was ever implemented after this discussion. On Sunday, February 19, 2017 at 8:00:31 AM UTC-8 Mike Bayer wrote: > > > On Feb 17, 2017 2:00 PM, "Calvin Young" wrote: > > Michael, > > Thanks for the quick response. In