From: Jason Kirtland Date: Tue, 23 Oct 2007 01:57:40 +0000 (+0000) Subject: Updated for r3655. X-Git-Tag: rel_0_4_1~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=469c68738151348d0303c6c822214877abc178a7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Updated for r3655. --- diff --git a/CHANGES b/CHANGES index fc1825d1c8..926ff76f88 100644 --- a/CHANGES +++ b/CHANGES @@ -13,7 +13,11 @@ CHANGES - Added contains operator (which generate a "LIKE %%" 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 -----