Skip to content

v0.15.2

Choose a tag to compare

@ggoodman ggoodman released this 29 Jul 00:35
Immutable release. Only release title and notes can be modified.
b82c1d9
  • Nullable JSON projection values written as null now use SQL NULL, so nullable reads and whereNull(...) 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(...) and orderByNulls(...).