Skip to content

Commit

Permalink
Merge pull request #238 from jakemcaferty/master
Browse files Browse the repository at this point in the history
Add get_true_sql function for sqlserver adapter to allow snapshots to…
  • Loading branch information
sdebruyn authored Jun 2, 2022
2 parents 8b45ec8 + bc1ab70 commit 6b3b284
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
{% endcall %}
{% endfor %}
{% endmacro %}

{% macro sqlserver__get_true_sql() %}
{{ return('1=1') }}
{% endmacro %}

0 comments on commit 6b3b284

Please sign in to comment.