summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/dml.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+4
* Support extra / single inh criteria with ORM update/deleteMike Bayer2020-08-301-1/+22
* Sweep through UPDATE ordered_values a second timeMike Bayer2020-08-121-0/+2
* render INSERT/UPDATE column expressions up front; pass stateMike Bayer2020-08-081-1/+9
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-0/+8
* Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-261-5/+5
|\
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-251-5/+5
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-10/+26
|/
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+6
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-3/+29
* Convert execution to move through SessionMike Bayer2020-05-251-54/+47
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-8/+8
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-8/+12
* Run search and replace of symbolic module namesMike Bayer2020-04-141-74/+98
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-36/+27
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-0/+23
* Correct ambiguous func / class linksMike Bayer2020-03-251-30/+32
* 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