summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/crud.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* coerce for multivalues keysMike Bayer2021-09-211-6/+21
* use the stack for insert_from_selectMike Bayer2021-09-161-4/+8
* implement cache key for return_defaults tokenMike Bayer2021-07-211-3/+3
* implement independent CTEsMike Bayer2021-07-121-2/+11
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Handle Sequence in _process_multiparam_default_bindMike Bayer2021-04-261-1/+10
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-1/+5
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-151-0/+9
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+4
* Updates for MariaDB sequencesFederico Caselli2020-08-221-114/+163
* Sweep through UPDATE ordered_values a second timeMike Bayer2020-08-121-15/+27
* Correct for update.ordered_values() and use in new testMike Bayer2020-08-111-3/+5
* render INSERT/UPDATE column expressions up front; pass stateMike Bayer2020-08-081-42/+151
* 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