summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-02-19 00:42:50 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-02-19 00:42:50 +0000
commitbca0afa1cedc38247dc7af4e53dec7faf1aca42f (patch)
tree11f4546439ee5965f8fa6f78003f03fd134c8586
parent9c8336870a85bffd2945ecd97627d5ed72b55cc9 (diff)
downloadsqlalchemy-bca0afa1cedc38247dc7af4e53dec7faf1aca42f.tar.gz
doc
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 526095c7c..6be950312 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,9 @@
0.1.1
+- added exceptions module, all raised exceptions (except for some
+KeyError/AttributeError exceptions) descend from these classes.
- fix to date types with MySQL, returned timedelta converted to datetime.time
-- begin/commit now returns a transactional object, to more clearly indicate
-transaction boundaries.
+- two-phase objectstore.commit operations (i.e. begin/commit) now return a
+transactional object (SessionTrans), to more clearly indicate transaction boundaries.
- Index object with create/drop support added to schema
- fix to postgres, where it will explicitly pre-execute a PassiveDefault on a table
if it is a primary key column, pursuant to the ongoing "we cant get inserted rows