概述
at org.hibernate.impl.SessionImpl.get(SessionImpl.java:998)
at org.hibernate.ejb.AbstractEntityManagerImpl.find(AbstractEntityManagerImpl.java:781)
... 79 more
Caused by: org.postgresql.util.PSQLException: [b]不良的类型值 long : [/b]<div class="headerAd">
[#list adPosition.ads as ad]
[#if ad.hasBegun() && !ad.hasEnded() && ad.type == "image"]
[#if ad.url??]
<a href="${ad.url}">
<img src="${ad.path}" width="${adPosition.width}" height="${adPosition.height}" alt="${ad.title}" title="${ad.title}" />
</a>
[#else]
<img src="${ad.path}" width="${adPosition.width}" height="${adPosition.height}" alt="${ad.title}" title="${ad.title}" />
[/#if]
[/#if]
[/#list]
</div>
[b]
不良的类型值 是什么错误[/b] :D
最后
以上就是沉静荷花为你收集整理的MySQL迁移到PostgreSQL提示不良的类型值 ?的全部内容,希望文章能够帮你解决MySQL迁移到PostgreSQL提示不良的类型值 ?所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复