Skip to content

Nullable primitives and other type improvements

Compare
Choose a tag to compare
@g105b g105b released this 16 Feb 17:30
· 32 commits to master since this release
f8ef292

This minor release holds some improvements to the type-safe getters on the Database Row objects. If a field contains a null value, it will always return null from any of the type-safe getters, rather than a zero or empty string.