flightaware / Pgtcl

Tcl client side interface to PostgreSQL (libpgtcl)
https://flightaware.github.io/Pgtcl/
BSD 3-Clause "New" or "Revised" License
31 stars 10 forks source link

Nullable update columns #18

Closed lehenbauer closed 7 years ago

lehenbauer commented 7 years ago

add optional nullableColumns argument to gen_update_from_array.

Columns named in the nullableColumns list will be explicitly set to null in the update statement if there is no corresponding value in the array of column-value pairs.

version bump for sc_postgres to 1.3