summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/dml.py
Commit message (Expand)AuthorAgeFilesLines
* New features from python 2.7Катаев Денис2017-03-171-2/+2
* Support python3.6Mike Bayer2017-01-131-13/+13
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Ensure DML provides named_with_column for CTE(Alias)Mike Bayer2016-07-131-0/+1
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-0/+1
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-3/+6
* - happy new yearMike Bayer2016-01-291-1/+1
* some spelling fixesjonathan vanasco2015-12-161-3/+3
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-60/+102
* - try to note under insert.values(), if you needMike Bayer2015-07-081-3/+7
* - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-081-2/+4
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-0/+6
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-101-8/+18
* Fix copy-paste error in Delete docGunnlaugur Þór Briem2014-08-211-2/+2
* - fix linkMike Bayer2014-08-211-1/+1
* - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-201-13/+21
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-90/+93
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-191-0/+1
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-9/+8
* - happy new yearMike Bayer2014-01-051-1/+1
* - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-201-26/+59
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-1/+9
* - restore constructor docs blown away in the mergeMike Bayer2013-08-251-0/+141
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-141/+61
* - header commentsMike Bayer2013-08-121-1/+1
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+668