summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-10-19 19:20:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-10-19 19:20:18 -0400
commit675558bffb3c58647cde2605186dd7d7d7d9e593 (patch)
tree62b19270c21cd42706fb5c01b3cf9aed1d296687 /CHANGES
parent5cd1d774c2ed35eecd47cd189903640618ca89c3 (diff)
downloadsqlalchemy-675558bffb3c58647cde2605186dd7d7d7d9e593.tar.gz
- rework the sphinx customizations into distinct modules
- build a new Sphinx extension that allows dialect info to be entered as directives which is then rendered consistently throughout all dialect/dbapi sections - break out the "empty_strings" requirement for oracle test
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 89f62ffd8..f1301ba28 100644
--- a/CHANGES
+++ b/CHANGES
@@ -288,9 +288,10 @@ underneath "0.7.xx".
without producing history events. [ticket:2582]
- [feature] ORM entities can be passed
- to select() as well as the select_from(),
+ to the core select() construct as well
+ as to the select_from(),
correlate(), and correlate_except()
- methods, where they will be unwrapped
+ methods of select(), where they will be unwrapped
into selectables. [ticket:2245]
- [feature] Some support for auto-rendering of a