diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-19 19:20:18 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-19 19:20:18 -0400 |
| commit | 675558bffb3c58647cde2605186dd7d7d7d9e593 (patch) | |
| tree | 62b19270c21cd42706fb5c01b3cf9aed1d296687 /CHANGES | |
| parent | 5cd1d774c2ed35eecd47cd189903640618ca89c3 (diff) | |
| download | sqlalchemy-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-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
