summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/crud.py
Commit message (Expand)AuthorAgeFilesLines
* ORM executemany returningMike Bayer2020-06-271-0/+6
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+8
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-3/+3
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-5/+1
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-78/+103
* Restore crud flags if visiting_cte is setMike Bayer2020-03-031-2/+4
* happy new yearMike Bayer2020-01-011-1/+1
* Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-2/+10
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-10/+17
* Reimplement .compare() in terms of a visitorMike Bayer2019-04-291-0/+6
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-1/+6
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-12/+22
* Run black -l 79 against all source filesMike Bayer2019-01-061-178/+262
* happy new yearMike Bayer2018-01-121-1/+1
* `ValuesBase.values` inconsistency fixAubrey Stark-Toller2018-01-121-17/+22
* Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075Mike Bayer2017-09-161-0/+3
* Pass **kw to bound params in multi valuesMike Bayer2017-01-091-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Call nextval() on sequence when doing INSERT from SELECTMike Bayer2016-12-211-1/+1
* Count columns using PrimaryKeyConstraint.__len__ directlyMike Bayer2016-11-121-1/+1
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-171-3/+3
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-5/+5
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-121-12/+23
* Raise exception when we have multiple values with an unknown column. Fixes #3...Athena Yao2016-03-021-1/+1
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-5/+42
* fix passing literal_binds flag through for update and insertpr/232Tim Tate2016-02-021-3/+4
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-0/+1
* - Fixed issue within the :meth:`.Insert.from_select` construct wherebyMike Bayer2015-12-091-2/+3
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-1/+12
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-9/+82
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-0/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - refine the previous commit a bitMike Bayer2015-01-131-20/+27
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-32/+51
* - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-101-20/+77
* - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params,Mike Bayer2014-09-271-0/+473