P6Spy 3.1.0 发布了。P6Spy是一个可以用来在应用程序中拦截和修改数据操作语句的开源框架。 通过P6Spy我们可以对SQL语句进行拦截,相当于一个SQL语句的记录器,这样我们可以用它来作相关的分析,比如性能分析。 新版本更新内容如下: 改进: issue #369: Introduced excludebinary=true|false flag (causing [binary] instead of binary data logged) issue #373: Introduced Loggable.getConnectionInformation() while removed Loggable.getConnectionId() issue #367: StatementInformation.getSqlWithValues() returns getSql() rather than “”
缺陷解决: 其他: issue #292: migrated from maven to gradle for build issue #372: integrated release process with travis-ci issue #377: release notes synced to github releases issue #377: local dev env moved from vagrant to docker
点此查看发行说明 下载方式:
|