Summary

Description

This Grails plugin makes it easy to utilize P6Spy in your Grails applications. P6Spy (http://p6spy.com) lets you monitor the JDBC queries by proxying your database driver. In addition to logging the prepared statements, it also logs the sql with parameters in place so you can copy and paste the exact sql into your favourite database client to test the results.

MoreIssues: Due

  • Bug GRAILSPLUGINS-1351 cannot create JDBC driver in Windows, works in Linux

MoreIssues: Updated recently

  • Bug GRAILSPLUGINS-1351 11/Nov/09 cannot create JDBC driver in Windows, works in Linux