Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - refine the previous commit a bit | Mike Bayer | 2015-01-13 | 1 | -20/+27 |
| | |||||
* | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 1 | -32/+51 |
| | | | | | | | | | | | | repaired to work more usefully with tables that have Python- side default values and/or functions, as well as server-side defaults. The feature will now work with a dialect that uses "positional" parameters; a Python callable will also be invoked individually for each row just as is the case with an "executemany" style invocation; a server- side default column will no longer implicitly receive the value explicitly specified for the first row, instead refusing to invoke without an explicit value. fixes #3288 | ||||
* | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 1 | -20/+77 |
| | | | | | | | defaults if otherwise unspecified; the limitation where non- server column defaults aren't included in an INSERT FROM SELECT is now lifted and these expressions are rendered as constants into the SELECT statement. | ||||
* | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params, | Mike Bayer | 2014-09-27 | 1 | -0/+473 |
CC goes from F to D |