summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/crud.py
Commit message (Expand)AuthorAgeFilesLines
* 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