Skip to content

Commit fc7e381

Browse files
committed
- 0.9.10
1 parent 44721a8 commit fc7e381

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
lines changed

docs/build/changelog.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,31 @@ Changelog
55

66
.. changelog::
77
:version: 0.9.10
8-
:include_notes_from: unreleased
8+
:released: June 29, 2018
9+
10+
.. change::
11+
:tags: bug, autogenerate
12+
13+
The "op.drop_constraint()" directive will now render using ``repr()`` for
14+
the schema name, in the same way that "schema" renders for all the other op
15+
directives. Pull request courtesy Denis Kataev.
16+
17+
.. change::
18+
:tags: bug, autogenerate
19+
:tickets: 494
20+
21+
Added basic capabilities for external dialects to support rendering of
22+
"nested" types, like arrays, in a manner similar to that of the Postgresql
23+
dialect.
24+
25+
.. change::
26+
:tags: bug, autogenerate
27+
28+
Fixed issue where "autoincrement=True" would not render for a column that
29+
specified it, since as of SQLAlchemy 1.1 this is no longer the default
30+
value for "autoincrement". Note the behavior only takes effect against the
31+
SQLAlchemy 1.1.0 and higher; for pre-1.1 SQLAlchemy, "autoincrement=True"
32+
does not render as was the case before. Pull request courtesy Elad Almos.
933

1034
.. changelog::
1135
:version: 0.9.9

docs/build/unreleased/494.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/build/unreleased/drop_repr.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/build/unreleased/render_autoinc.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)