log4jdbc icon indicating copy to clipboard operation
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.

Results 54 log4jdbc issues
Sort by recently updated
recently updated
newest added

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

- 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...