Bug Fixes:
-
don't create tenants when reading in ETS by @zachdaniel
-
ensure error & lazy are private functions by @zachdaniel
-
fix various small transformer/aggregate issues by @zachdaniel
-
evaluate decimal arithmetic with an integer (#2893) by @matt-beanland (#2893)
-
string_position returns an integer position (#2892) by @matt-beanland (#2892)
-
restore temporal subtraction type inference (#2887) by Jechol Lee (#2887)
-
retain compile dependencies for policy check modules (#2886) by Jechol Lee (#2886)
Improvements:
-
only set
transaction? truewhen the data layer supports it (#2895) by @C-Sinclair (#2895) -
add
can_see_fieldsandcan_see_fields?by @zachdaniel (#2894)
Performance Improvements:
- make boolean filter parsing faster by @zachdaniel