Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - :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 |