升级到 grails 1.3.1 后出现 JDBCExceptionReporter SQL 错误:-64,SQLState:37000 错误
我将应用程序升级到 grails 1.3.1(从 1.2.1 开始)。一切正常期待 foo.refresh() 确实从数据库中获取新的 foo 。它的错误是:
util.JDBCExceptionReporter SQL 错误:-64,SQLState:37000 语句中的 OUTER JOIN 条件不允许使用 util.JDBCExceptionReporter
我想这必须与获取有关,因为导致错误的属性必须获取许多其他域内容(可能与 sql 语句中的 OUTER JOIN 一起使用)。
这以前有效,有人可以帮忙吗?
I upgraded my app to grails 1.3.1 (from 1.2.1). everything works fine expect
foo.refresh() which does fetch new foo from database. It errors with:
util.JDBCExceptionReporter SQL Error: -64, SQLState: 37000
util.JDBCExceptionReporter not allowed in OUTER JOIN condition in statement
I guess this has to do something with fetching, because the property that causes the error has to fetch a lot of other domain stuff (probably with OUTER JOIN in sql-statement).
This worked before, anyone can help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题在 这个地方:
This question is discussed at this place: