summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/dml.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* Clean up most py3k compatFederico Caselli2021-11-241-2/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* document missing ColumnCollection methodsMike Bayer2021-06-131-0/+11
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+12
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+11
* happy new yearMike Bayer2021-01-041-1/+1
* Support Column objects in the SET clause for upsertMike Bayer2020-11-231-7/+14
* Allow dialect-specific stringificationMike Bayer2020-11-081-0/+4
* Run search and replace of symbolic module namesMike Bayer2020-04-141-6/+7
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-1/+6
* happy new yearMike Bayer2020-01-011-1/+1
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-2/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-7/+8
* Run black -l 79 against all source filesMike Bayer2019-01-061-42/+53
* minor spelling correctionGlyph2018-09-061-1/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-031-33/+34
* Use full column->type processing for ON CONFLICT SET clauseMike Bayer2017-01-131-1/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-0/+211