summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/dml.py
Commit message (Expand)AuthorAgeFilesLines
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-2/+18
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-196/+341
* Repair inline flagMike Bayer2020-02-221-6/+5
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-4/+174
* happy new yearMike Bayer2020-01-011-1/+1
* De-implement non-working / testing copy_internals from dmlMike Bayer2019-12-291-16/+3
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-2/+3
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+4
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-18/+34
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-7/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-30/+24
* Run black -l 79 against all source filesMike Bayer2019-01-061-77/+117
* happy new yearMike Bayer2018-01-121-1/+1
* Allow delete where clause to refer multiple tables.inytar2017-12-051-3/+31
* 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