当使用clojure与postgre
sql时,每当我发出的语句是以某种方式格式
错误或以其他方式被
数据库本身拒绝时,我会收到以下
错误:
java.sql.BatchUpdateException:
Batch entry 0 drop schema public cascade was aborted.
Call getNextException to see the cause.
如何调用getNextException,以便我可以看到我做错了什么?我从哪里来?
原文链接:https://www.f2er.com/postgresql/192908.html