Skip to content

0.14.7: Fixed ability to set a column to null in an update

Latest
Compare
Choose a tag to compare
@paulofaria paulofaria released this 02 Mar 23:52
If a value was nil previously the valuesByField dictionary
was being left without that key. Thise code now explicitly
inserts in an optional as a value.