Add on_conflict query parameter

This commit is contained in:
steve-chavez
2020-02-15 13:56:38 -05:00
committed by Steve Chavez
parent f34a480a99
commit 53f35f638c
2 changed files with 26 additions and 3 deletions
+3
View File
@@ -10,6 +10,9 @@ These are changes yet unreleased. If you'd like to try them out before a new off
Added
-----
* Support for the :ref:`on_conflict <on_conflict>` query parameter to UPSERT based on a unique constraint.
|br| -- `@ykst <https://github.com/ykst>`_
* Support for :ref:`planned_count` and :ref:`estimated_count`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_