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
So while allowing the encoding to be nullable the entire pointer is not allowed to be nullable. I'm curious if this should be handled on the user side or the Value interface side. There is lengthy discussions on this topic.
This code will successfully take a nil pointer of a type like *ewkb.Point and ensure that Value is not called on it during a SQL insertion or other SQL code.
See #90 and #91 for discussion and initial code.
The text was updated successfully, but these errors were encountered: