Skip to content

Commit

Permalink
- 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Dec 23, 2022
1 parent 75e0ed3 commit 613c237
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
32 changes: 31 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,37 @@ Changelog

.. changelog::
:version: 1.9.1
:include_notes_from: unreleased
:released: December 23, 2022

.. change::
:tags: bug, autogenerate
:tickets: 1145

Fixed issue where server default compare would not work for string defaults
that contained backslashes, due to mis-rendering of these values when
comparing their contents.


.. change::
:tags: bug, oracle

Implemented basic server default comparison for the Oracle backend;
previously, Oracle's formatting of reflected defaults prevented any
matches from occurring.

.. change::
:tags: bug, sqlite

Adjusted SQLite's compare server default implementation to better handle
defaults with or without parens around them, from both the reflected and
the local metadata side.

.. change::
:tags: bug, mssql

Adjusted SQL Server's compare server default implementation to better
handle defaults with or without parens around them, from both the reflected
and the local metadata side.

.. changelog::
:version: 1.9.0
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.9.0"
release_date = "December 15, 2022"
release = "1.9.1"
release_date = "December 23, 2022"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
29 changes: 0 additions & 29 deletions docs/build/unreleased/1145.rst

This file was deleted.

0 comments on commit 613c237

Please sign in to comment.