We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf0bca commit b8c462bCopy full SHA for b8c462b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v1.8.4
4
+
5
+- Minor fix to tests with CTEs which do not start on first line. https://github.com/dbt-msft/dbt-sqlserver/issues/560
6
7
### v1.8.3
8
9
- Minor fix in no lock behaviour https://github.com/dbt-msft/dbt-sqlserver/pull/557
dbt/adapters/sqlserver/__version__.py
@@ -1 +1 @@
-version = "1.8.3"
+version = "1.8.4"
0 commit comments