We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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...