This release includes the following non-breaking changes:
- Ability for the macro to generate accurate sql for formulas that reference other formulas. This is limited to two degrees of reference. Any reference above tertiary will not generate accurately. Issue #2
- Adds functionality to pass NULL sql values through for reference formulas. If a formula references a formula with a NULL value within the
sql
column, then the formula will result in a NULL value instead of throwing an error. Issue #7