Skip to content

Commit 3eeef0e

Browse files
committed
1.4.3
1 parent b46bca3 commit 3eeef0e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v1.4.3
4+
5+
Another minor release to follow up on the 1.4 releases.
6+
7+
Replacing the usage of the `dm_sql_referencing_entities` stored procedure with a query to `sys.sql_expression_dependencies` for better compatibility with child adapters.
8+
39
### v1.4.2
410

511
Minor release to follow up on 1.4.1 and 1.4.0.

dbt/adapters/sqlserver/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.4.2"
1+
version = "1.4.3"

0 commit comments

Comments
 (0)