Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近一直在尝试 Flyway 框架。它非常适合我的项目,一切都非常完美。现在我明白了,我们无法从 SQL 中获取控制台输出(类似于 SQLPlus 中的 SPOOL 命令)。
有替代解决方案吗?
在实现之前我会想到的唯一解决方案是为 Flyway 提供一个模拟 jdbc 驱动程序,它将语句写入磁盘而不是将它们发送到数据库。