From: Mike Bayer Date: Fri, 21 Jan 2011 22:16:47 +0000 (-0500) Subject: fix some formatting here X-Git-Tag: rel_0_7b1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6855d3f77ae5f3467564982318416bd2e758eb3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix some formatting here --- diff --git a/CHANGES b/CHANGES index c643b17f22..c9dee94b21 100644 --- a/CHANGES +++ b/CHANGES @@ -85,35 +85,29 @@ CHANGES of attributes as arguments (i.e. option([x, y, z]) form, deprecated since 0.5) - - ScopedSession.mapper is removed - (deprecated since 0.5) + - ScopedSession.mapper is removed (deprecated since 0.5). - sql - LIMIT/OFFSET clauses now use bind parameters [ticket:805] -=== TypeDecorator works with primary key columns === + - TypeDecorator works with primary key columns + [ticket:2005] [ticket:2006] -[ticket:2005] [ticket:2006] + - DDL() constructs now escape percent signs + [ticket:1897] -=== `DDL()` Constructs now Escape Percent Signs === + - Table.c / MetaData.tables refined a bit, don't allow direct + mutation [ticket:1893] [ticket:1917] -[ticket:1897] + - Callables passed to `bindparam()` don't get evaluated + [ticket:1950] -=== `Table.c` / `MetaData.tables` refined a bit, don't allow direct mutation === + - types.type_map is now private, types._type_map + [ticket:1870] -[ticket:1893] [ticket:1917] - -=== Callables passed to `bindparam()` don't get evaluated === - -[ticket:1950] - -=== types.type_map is now private, types._type_map === - -[ticket:1870] - -=== Non-public Pool Methods Underscored === -[ticket:1982] + - Non-public Pool methods underscored + [ticket:1982] - Added NULLS FIRST and NULLS LAST support. It's implemented as an extension to the asc() and desc() operators, called