summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-02-16 15:10:23 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-02-16 15:10:23 +0000
commit5e995e21896c5db557cb81c58767dc5804b07a92 (patch)
treeff8ac82d9c1a61499a606f3f247b9973acbff870 /docs
parentc690d08bf77724159e9dc8542e12eef57604b2ad (diff)
parent8d97de0ba7ee8dbff4301be6a2bd76a963327d0f (diff)
downloadalembic-5e995e21896c5db557cb81c58767dc5804b07a92.tar.gz
Merge "collapse all chars for mssql defaults, move quoting" into main
Diffstat (limited to 'docs')
-rw-r--r--docs/build/unreleased/1177.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/build/unreleased/1177.rst b/docs/build/unreleased/1177.rst
new file mode 100644
index 0000000..965490b
--- /dev/null
+++ b/docs/build/unreleased/1177.rst
@@ -0,0 +1,21 @@
+.. change::
+ :tags: bug, mssql
+ :tickets: 1177
+
+ Ongoing fixes for SQL Server server default comparisons under autogenerate,
+ adjusting for SQL Server's collapsing of whitespace between SQL function
+ arguments when reporting on a function-based server default, as well as its
+ arbitrary addition of parenthesis within arguments; the approach has now
+ been made more aggressive by stripping the two default strings to compare
+ of all whitespace, parenthesis, and quoting characters.
+
+
+.. change::
+ :tags: bug, postgresql
+
+ Fixed PostgreSQL server default comparison to handle SQL expressions
+ sent as ``text()`` constructs, such as ``text("substring('name', 1, 3)")``,
+ which previously would raise errors when attempting to run a server-based
+ comparison.
+
+