log4jdbc
log4jdbc copied to clipboard
log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
``` A PreparedStatement like the following won't be processed properly in "PreparedStatementSpy#dumpedSql()": "SELECT count(*) FROM users WHERE lastname NOT IN ('?') AND firstname=?" Expected Result: "SELECT count(*) FROM users WHERE...
``` What steps will reproduce the problem? 1. use postgis-jdbc 1.1.6 or any other gis-enabed jdbc ( in my case in combination with hibernatespatial) 2. issue any query contianing geometry...
- Removes unnecessary boxing for some ```int``` and ```long``` variables - Removes unnecessary boxing for ```boolean```, ```byte```, ```short```, ```double``` and ```float``` case - Add .gitignore for Intellij IDEA
- the last version of log4jdbc in Maven Central is from... 2013, and e.g. has issues with PostgreSQL (uuid, timestapz, reordering of parameters) - 99% of Java projects use Gradle...