v0.7.0
Major Change
- Bugfix: previous versions had a bug where if two dims shared a table, a cut on one table might be grafted onto the other because dims were compared using table name. This is fixed by removing grafting drills and cuts onto one dim table join, and instead using where clauses and
IN
in the fact table scan only. Some code cleanup required, but functionality should be fixed. - Major change: inner join on dim tables has been changed to right join, to expose cases where there's a row dimension id that doesn't have an equivalent in the dim table.