Hey,
I'm using DBI to put my data on a table that has defaults values (like tinyint(1) ;default -> 0) if not set. The problem is that DBI doesn't seem to interpret ''as to use the default value instead.
Error I get is:
FATAL DBD::mysql::db do failed: Incorrect integer value: '' for column
+ 'debug_objretry_override' at row 1