From ce75519e07346f9ce0e89ee6930d6622a206b838 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Sun, 9 Mar 2014 22:49:04 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c67f26c5..a8ab5bf4 100644 --- a/README.md +++ b/README.md @@ -179,10 +179,10 @@ cache at the pool level. **Log Statement Text / Slow Query Logging**
Like Statement caching, most major database vendors support statement logging through -properties of their own driver. This includes Oracle, MySQL, Derby, MSSQL, and others. We -consider this a "development-time" feature. For those few databases that do not support it, -[jdbcdslog-exp](https://code.google.com/p/jdbcdslog-exp/) is a good option. Great stuff during -development and pre-Production. +properties of their own driver. This includes Oracle, MySQL, Derby, MSSQL, and others. Some +even support slow query logging. We consider this a "development-time" feature. For those few +databases that do not support it, [jdbcdslog-exp](https://code.google.com/p/jdbcdslog-exp/) is +a good option. Great stuff during development and pre-Production. ----------------------------------------------------