发布于 2017-08-22 00:51:24 | 157 次阅读 | 评论: 0 | 来源: 网友投递
P6SPY SQL 语句拦截
P6Spy是一个可以用来在应用程序中拦截和修改数据操作语句的开源框架。 通过P6Spy我们可以对SQL语句进行拦截,相当于一个SQL语句的记录器,这样我们可以用它来作相关的分析,比如性能分析。
P6Spy 3.1.0 发布了。
新版本更新内容如下:
改进:
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 #369: Fixed excludecategories
docs
issue #387: Fixed StatementInformation.getSql()
null for connection-pool validation queries
其他:
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
下载方式: