When we use binary as a column type, how to insert a NULL value for the column? code : db.Exec("INSERT INTO t(a) VALUES(?)", a); in my opion, when a is nil then insert a NULL value, but now insert a 0x0000...