Versions in this module Expand all Collapse all v1 v1.0.0 Jul 23, 2019 Changes in this version + type NullByteArray struct + ByteArray []byte + Valid bool + func (nb *NullByteArray) Scan(value interface{}) error + func (nb NullByteArray) Value() (driver.Value, error) + type NullFloat32 struct + Float32 float32 + Valid bool + func (n *NullFloat32) Scan(value interface{}) error + func (n NullFloat32) Value() (driver.Value, error) + type NullInt16 struct + Int16 int16 + Valid bool + func (n *NullInt16) Scan(value interface{}) error + func (n NullInt16) Value() (driver.Value, error) + type NullInt32 struct + Int32 int32 + Valid bool + func (n *NullInt32) Scan(value interface{}) error + func (n NullInt32) Value() (driver.Value, error) + type NullTime struct + Time time.Time + Valid bool + func (nt *NullTime) Scan(value interface{}) error + func (nt NullTime) Value() (driver.Value, error) Incompatible versions in this module v2.0.0+incompatible Sep 21, 2019