ziutek / mymysql

MySQL Client API written entirely in Go
Other
735 stars 161 forks source link

nil not understand #91

Open bosom opened 10 years ago

bosom commented 10 years ago

Library understands all types and converts them to the correct database types, but nil is not converted to NULL

ziutek commented 10 years ago

Any example code that reproduces this problem?