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