v0.15.2
- Nullable JSON projection values written as
nullnow use SQLNULL, so nullable reads andwhereNull(...)agree. - Non-null JSON columns can still store JSON literal
null. - Nullable JSON null predicates and nullable-column value-list ordering now point callers to
whereNull(...)andorderByNulls(...).