]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ON CONFLICT support for Postgresql
authorRobin Thomas <robin.thomas@livestream.com>
Thu, 14 Apr 2016 16:57:15 +0000 (12:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Jun 2016 19:03:14 +0000 (15:03 -0400)
commit4e9ab7a72f0ad506cf519069fd67127f63e5f2aa
treefe46fca73605597bf8274ad6bf7f24878a33c399
parent31a0da32a8af2503c6b94123a0e869816d83c707
Add ON CONFLICT support for Postgresql

Fixes: #3529
Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Change-Id: Ie3bf6ad70d9be9f0e44938830e922db03573991a
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/258
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/dml.py [new file with mode: 0644]
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/dml.py
test/dialect/postgresql/test_compiler.py
test/dialect/postgresql/test_on_conflict.py [new file with mode: 0644]