You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should, TimeField.Set will pass whatever argument it gets (in this case an sql.NullTime) as-is to the underlying database/sql driver. So it's no different from e.g. db.Exec("UPDATE tbl SET field = ?", sql.NullTime{...})
heh, the design of sq2 is still in flux. At any rate it will release after the introduction of generics so that I can implement the ideas in #2. Also I'm adding a new ddl package to sq that generates DDL from the table structs (addressing #1).
Does a TimeField accept an sql.NullTime value on its AssignmentField
TimeField.Set
?The text was updated successfully, but these errors were encountered: