-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.11.0 in changelog file; doc updates
Change-Id: I5098f9fe2bf57ad93f400e34d914ae0e3b45c747
- Loading branch information
Showing
8 changed files
with
29 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
.. change:: | ||
:tags: changed, autogenerate | ||
:tags: bug, autogenerate | ||
:tickets: 1178 | ||
|
||
Don't modify the metadata server default when comparing it in the | ||
autogenerate process. | ||
This impacts the value passes to user provided functions passed in | ||
:paramref:`.EnvironmentContext.configure.compare_server_default` | ||
and third party dialect that implement a custom ``compare_server_default``. | ||
Modified the autogenerate implementation for comparing "server default" | ||
values from user-defined metadata to not apply any quoting to the value | ||
before comparing it to the server-reported default, except for within | ||
dialect-specific routines as needed. This change will affect the format of | ||
the server default as passed to the | ||
:paramref:`.EnvironmentContext.configure.compare_server_default` hook, as | ||
well as for third party dialects that implement a custom | ||
``compare_server_default`` hook in their alembic impl, to be passed "as is" | ||
and not including additional quoting. Custom implementations which rely | ||
on this quoting should adjust their approach based on observed formatting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters