Cause: java.sql.SQLException: Field 'Id' doesn't have a default value ### The error may involve com.lxj.mapper.SpuMapper.insert_images-Inline ### The error occurred while setting parameters ### SQL: insert into t_mall_product_image(shp_id,url) values (?,?) , (?,?) , (?,?) ...
Posted Field 'region_id' doesn't have a default value 3268 den belbek July 24, 2009 05:59AM Re: Field 'region_id' doesn't have a default value 1896 Paul Svirin September 03, 2009 08:48AM Sorry, you can't reply to this topic. It has been closed. ...
I agree that my issue may be closed without action if it doesn't meet all the requirements.
SQLSTATE[HY000]: General error: 1364 Field 'dl' doesn't have a default value Copy 该错误是因为Mysql数据库采用了严格模式,所以导致提示错误。 解决方法是修改my.ini配置文件,将mysqld组中的sql-mode的值设为sql-mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,如无请添加本参数。 重启mysql后即可。 ...