Commit Graph

4 Commits

Author SHA1 Message Date
Mike Bayer b861b7537c - add a subsection on how to use Sequence with server_default,
fixes #3453
2015-06-16 13:16:59 -04:00
Mike Bayer 95be42c06f - :meth:.Insert.from_select now includes Python and SQL-expression
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.
2014-10-10 17:15:19 -04:00
Mike Bayer 7108605f69 - add a "limitations of reflection" section, [ticket:2233] 2013-10-18 19:23:40 -04:00
Mike Bayer 0c19c1c66f - reorganize docs so expression, schema are broken out into subfiles, they're too big
- fix the targeting of module names moved around by using custom handlers for "Bases", etc.
2013-08-18 18:01:27 -04:00