解决 Cause: org.postgresql.util.PSQLException: ERROR: null value in column "time_period" violates no
postgre添加数据时出现如下错误
### Cause: org.postgresql.util.PSQLException: ERROR: null value in column "time_period" violates not-null constraint
; SQL []; ERROR: null value in column "time_period" violates not-null constraint; nested exception is org.postgresql.util.PSQLException: ERROR: null value in column "time_period" violates not-null constraint
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:249)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:71)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:364)
at $Proxy47.insert(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:236)
根据 null value in column "time_period" violates not-null constraint 说明time_period字段不能为空
插入数据时没有给time_period传值所以才出现此类错误
来源://作者:/更新时间:2014-02-14
顶
踩
相关文章:
- mybatis postgresql insert 添加数据返回主键值
- 解决 org.postgresql.util.PSQLException: 错误: INSE
- postgresql 创建序列方法_postgresql create sequence
- PostgreSQL 替换字符串方法及字符串操作函数
- postgresql 日期计算,时间加减 方法
- Navicat for PostgreSQL 10 好用的注册码
- postgresql windows下修改帐号密码 (图文)
- postgresql 数据类型转换,日期操作函数
- postgresql 字符串转整数 int、integer
- postgresql 获取当前时间 ,操作当前时间