]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Updated for r3655.
authorJason Kirtland <jek@discorporate.us>
Tue, 23 Oct 2007 01:57:40 +0000 (01:57 +0000)
committerJason Kirtland <jek@discorporate.us>
Tue, 23 Oct 2007 01:57:40 +0000 (01:57 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index fc1825d1c8625ae5ffcda5e8e4734277e2f30943..926ff76f88a3dab7330867d212d1b02bf8279748 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,11 @@ CHANGES
 
 - Added contains operator (which generate a "LIKE %<other>%" clause).
 
-- sqlite will reflect "DECIMAL" as a numeric column
+- sqlite will reflect "DECIMAL" as a numeric column.
+
+- Renamed the Dialect attribute 'preexecute_sequences' to
+  'preexecute_pk_sequences'.  An attribute proxy is in place for out-of-tree
+  dialects using the old name.
   
 0.4.0
 -----