summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c0a63a546..329709909 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@ CHANGES
- proper error message is raised when trying to
access expired instance attributes with no session
present
+
+ - added a mapper() flag "eager_defaults"; when set to
+ True, defaults that are generated during an INSERT
+ or UPDATE operation are post-fetched immediately,
+ instead of being deferred until later. This mimics
+ the old 0.3 behavior.
- dialects
- finally added PGMacAddr type to postgres