What's Changed
Bug Fixes
-
Fix a bug in the maintenance of outer join views that include cross joins by @yugo-n in #158
When an outer join view has a cross join in its children, incremental maintenance could not be performed properly.
-
Fix a bug in the maintenance of outer join views with NULLs in join-condition columns by @yugo-n in #159
When an outer join view contains NULLs in join-condition columns, incremental maintenance could not be performed correctly.
Source Code Improvements
Full Changelog: v1.13...v1.14