-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "dont use repr to quote string in compare_server_default" into …
…main
- Loading branch information
Showing
6 changed files
with
156 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. 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. |
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