]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- "Passive defaults" and other "inline" defaults can now
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Jan 2008 23:15:40 +0000 (23:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Jan 2008 23:15:40 +0000 (23:15 +0000)
commitda7fef941c44749dd3c999124e883670978f5252
treea2aeeadf705dad25d921a8240a06be18230d55a0
parentb5dd96590a808ed022780f9932f0a4380d494124
- "Passive defaults" and other "inline" defaults can now
be loaded during a flush() call if needed; in particular,
this allows constructing relations() where a foreign key
column references a server-side-generated, non-primary-key
column. [ticket:954]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/expire.py
test/orm/unitofwork.py