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 2d5c675 commit ca9da0bCopy full SHA for ca9da0b
CHANGELOG.md
@@ -1,5 +1,7 @@
1
-### Release [1.7.1], TBD
2
-#### Bug Fix
+### Release [1.7.1], 2023-12-13
+#### Bug Fixes
3
+- Some models with LIMIT clauses were broken in recent releases. This has been fixed. Thanks to
4
+[ptemarvelde](https://github.com/ptemarvelde) for the PR!
5
- It was possible for incremental models with the delete+insert strategy to fail if ClickHouse "light weight deletes" were
6
not enabled or the required setting `allow_nondetermistic_mutations` was not enabled and the user did not have permission
7
to apply it. This condition is now detected on startup, and an exception will be thrown if `use_lw_deletes` is configured
0 commit comments