Commit Graph

  • 93d265316f Use src-jdbc41 for Maven build; fix warnings Support byte array dumping in JDBC 4.1 PreparedStatement master Luke Street 2016-11-23 10:31:16 -05:00
  • 2ab2d0389e Merge remote-tracking branch 'prs/add_jdbc_4_1' Luke Street 2016-11-23 10:07:14 -05:00
  • f4f264f921 Merge remote-tracking branch 'prs/add_pom' Luke Street 2016-11-23 10:07:02 -05:00
  • 3604fe043c Byte arrays are now dumped LEGROS 2016-06-23 09:49:01 +02:00
  • 6a9b4e1948 add minimal pom.xml Pascal Schumacher 2016-06-14 21:46:40 +02:00
  • bff4f67db8 quick hack to begin jdbc 4.1 compatible implementation Pascal Schumacher 2016-06-14 21:14:05 +02:00
  • dc6edbdb86 Merge pull request #74 from jadetang/master Arthur Blake 2015-10-15 11:36:22 -04:00
  • f637d041cc make RdbmsSpecifics public 唐思成 2015-10-13 09:56:51 +08:00
  • 7d51cd3d3f add extra blank line Arthur Blake 2015-09-30 13:06:14 -04:00
  • 77507faf9c add new option, "log4jdbc.trim.sql.lines" Arthur Blake 2015-09-30 12:30:16 -04:00
  • 8918e4a39a remove JDBC 3 versions Arthur Blake 2015-09-30 12:25:14 -04:00
  • d308e26494 add note about downloads Arthur Blake 2015-03-30 09:22:37 -04:00
  • 053afdbf0f Temporary README Arthur Blake 2015-03-30 09:05:58 -04:00
  • 3c816e8ad1 Migrating wiki contents from Google Code wiki Google Code Exporter 2015-03-30 08:53:03 -04:00
  • d3c58ab5cd add .hgignore file to hide common project/editor artifacts, etc. from mercurial ablake 2014-11-26 08:24:18 -05:00
  • 35b5548e2f update copyright date, no functional changes ablake 2014-11-26 08:20:25 -05:00
  • ab522b45e2 update tags convert-repo 2013-03-19 20:17:26 +00:00
  • 1f47f9a899 Issue 61; correct getArray method logging label (was incorrectly set to "getURL", a likely cut & paste error) arthur blake 2012-12-27 13:45:43 +00:00
  • f7a51cd827 oops.. tabs to spaces arthur blake 2012-09-27 21:42:56 +00:00
  • e261132179 bug fix ResultSetSpy.getStatement should return wrapped Statement, not real Statement (Issue 55) arthur blake 2012-09-27 21:39:50 +00:00
  • ee5468cfe6 prepare for release 1.2 arthur blake 2012-02-17 23:01:18 +00:00
  • 88f90f8131 update copyright notice for 2012 arthur blake 2012-02-17 22:57:44 +00:00
  • 7f7d2f0f3b update build scripts to use latest 1.6 jdk and ant releases arthur.blake 2012-02-16 22:31:04 +00:00
  • d430b481a4 escape single quotes in PreparedStatement/CallableStatement bind variables (Issue 36.) arthur blake 2011-06-22 18:31:24 +00:00
  • 48154128a9 process SQL consistently when the sql is dumped because an exception occurred arthur blake 2011-06-22 18:28:57 +00:00
  • dbc63df301 bump versions of jdk used for javadoc src with ydoc.3 and ydoc.4 targets arthur blake 2011-06-20 13:09:42 +00:00
  • 59ecc4ac8b new SQL formatter to more reliably dump sql that can be run for MySql (Issue 34) arthur blake 2011-06-20 13:06:42 +00:00
  • d10afb244f don't show debug info in sql timing dump unless debug is enabled on the logger (to make the sql timing dump consistent with the way other the loggers work) arthur blake 2011-06-20 12:54:31 +00:00
  • c183dc2b5d update copyright for 2011 arthur blake 2011-03-02 14:09:21 +00:00
  • a3ac1c68c1 modify scripts to prepare for 1.2 release arthur blake 2011-03-02 14:04:58 +00:00
  • 46c13d8498 add new option, log4jdbc.trim.sql.extrablanklines for removing extra blank lines from sql output arthur blake 2011-03-02 14:03:48 +00:00
  • 6906f31ba5 fixed Issue 33:ResultSet.getStatement creates new Connection arthur blake 2011-01-08 03:20:23 +00:00
  • d3a48845f3 Issue 29; performance improvement arthur.blake 2010-09-08 01:59:00 +00:00
  • 7355247886 finalize release date for next beta release in CHANGES file update copyright date in license file 1.2beta2 arthur.blake 2010-06-10 00:16:40 +00:00
  • 00369eba9f fix possible null pointer issue with setBlob and setClob (Issue 21) arthur.blake 2010-06-07 14:04:34 +00:00
  • a02f682e7c fix; Timestamp check has to be done first because Timestamp extends Date arthur.blake 2010-05-28 01:03:49 +00:00
  • a5290edf4b Issue 14; add support for the newer oracle.jdbc.OracleDriver driver (the older oracle.jdbc.driver.OracleDriver driver is still supported as well.) arthur.blake 2010-05-28 00:37:22 +00:00
  • 9769dbc6dd add new option, log4jdbc.suppress.generated.keys.exception for ColdFusion arthur.blake 2010-05-27 23:49:12 +00:00
  • b0b69fdc64 add new option, log4jdbc.trim.sql to trim the SQL before logging it (previously the sql was always trimmed) arthur.blake 2010-05-24 11:07:46 +00:00
  • 1dd40a2f76 Issue 18; Fix non-threadsafe usage of SimpleDateFormat arthur.blake 2010-05-15 18:24:24 +00:00
  • bbf255e0b4 look first for log4jdbc property settings in optional log4jdbc.properties in the classpath arthur.blake 2010-05-12 13:17:28 +00:00
  • 4ee6d5f745 upgrade from slf4j 1.5.0 to 1.6.0 arthur.blake 2010-05-11 15:54:39 +00:00
  • c83e89c194 bump version numbers for upcoming 1.2 beta 2 release arthur.blake 2010-05-10 20:31:46 +00:00
  • 5ac146eb77 add system property log4jdbc.auto.load.popular.drivers for disabling auto-loading of drivers arthur.blake 2010-05-10 20:30:48 +00:00
  • cab8caa20a don't build tar.gz file in release target, and use consistent jdk in javadoc.cmd arthur.blake 2010-03-21 02:26:36 +00:00
  • 6484ab0c10 update CHANGES for 1.2beta1 release date 1.2beta1 arthur.blake 2010-03-21 02:05:39 +00:00
  • de7d4acc84 update changes list arthur.blake 2010-03-20 02:47:30 +00:00
  • 108d89b8bc update copyright arthur.blake 2010-03-20 02:30:32 +00:00
  • 076a585184 bump version number to 1.2beta1 arthur.blake 2010-03-20 01:56:36 +00:00
  • 1d455b77e6 better handling of dates (don't drop time portion of Date object!!) and use to_date function for Oracle (Issue 14) arthur.blake 2010-03-20 01:53:49 +00:00
  • e33eb5534f Issue 11; actually use the log4jdbc.dump.sql.maxlinelength parameter! arthur.blake 2009-12-02 19:59:48 +00:00
  • 15a798c27a performance improvement arthur.blake 2009-12-02 19:29:17 +00:00
  • e227d3ca26 convert tabs to spaces arthur.blake 2009-12-02 19:28:05 +00:00
  • 98f98d605c update JDK versions arthur.blake 2009-12-01 23:15:20 +00:00
  • c19443a574 Issue 8, Issue 9: use better date and timestamp formatting for all database types arthur.blake 2009-12-01 23:14:02 +00:00
  • de256617a2 check for exception when formatting parameter objects arthur.blake 2009-08-08 19:05:17 +00:00
  • eac61725f6 bump version number for 1.2 alpha 3 release arthur.blake 2009-08-08 19:02:49 +00:00
  • f7fa0cdaf4 minor javadoc correction arthur.blake 2009-03-13 02:58:17 +00:00
  • 2223543ff0 remove obsolete documentation and add release date to CHANGES 1.2alpha2 arthur.blake 2009-02-27 02:58:26 +00:00
  • 89ed31f0b8 update copyright in comments arthur.blake 2009-02-27 02:52:19 +00:00
  • 29b2b01ee1 fix (Issue 1) bug with batched SQL in Statements and add log4jdbc.statement.warn option arthur.blake 2009-02-27 02:39:54 +00:00
  • 0a4f5267df update java build environment, increment build version number and some minor code cleanup (no functional changes) arthur.blake 2009-02-26 02:46:34 +00:00
  • a7ebd7eb1f add getter methods across the board for the real wrapped object arthur.blake 2009-02-26 02:24:08 +00:00
  • 48cb541e58 update 1.6 JDK, increase amount of memory for 1.6 javadoc, and fix outdated javadoc MovedToGoogleCode 1.2alpha1 arthur_blake 2008-11-08 22:30:50 +00:00
  • 201d3b974b update doc in preparation for 1.2 alpha 1 release arthur_blake 2008-11-08 22:01:57 +00:00
  • 007ff20ed1 initial features and improvements for 1.2 version arthur_blake 2008-09-20 02:52:00 +00:00
  • 2d8cbd4cdf update copyright message in headers 1.1 arthur_blake 2008-04-12 02:51:44 +00:00
  • 21cbf688ec update/add copyright notice in build script and javadoc arthur_blake 2008-04-12 02:42:42 +00:00
  • 44043261af upgrade to slf4j 1.5.0 arthur_blake 2008-04-12 02:38:26 +00:00
  • 86364a24fa update changes and web site to reflect 1.1 release arthur_blake 2008-04-12 02:37:44 +00:00
  • 4900e751bb upgrade to slf4j 1.5.0 arthur_blake 2008-04-12 02:25:44 +00:00
  • 9da5241e39 remove beta designation from version number and fix scripts arthur_blake 2008-03-12 21:46:14 +00:00
  • ddbee4d1b6 add TODO entry about maven2 support arthur_blake 2008-03-12 21:45:31 +00:00
  • 6bf61ef02b minor bug fix; mark drivers as not found if they fail to load for ANY reason arthur_blake 2008-03-12 21:44:22 +00:00
  • 18c7e2fd19 minor javadoc generation fix arthur_blake 2007-11-11 01:13:47 +00:00
  • 339682f0c9 update news release link for 1.1 beta 1 release 1.1beta1 arthur_blake 2007-11-10 23:49:08 +00:00
  • b9ac53c3f3 update web site and documentation in preparation for 1.1 beta 1 release arthur_blake 2007-11-10 02:15:11 +00:00
  • 1695b42ce1 upgrade from slf4j 1.4.2 to 1.4.3 arthur_blake 2007-11-10 02:12:00 +00:00
  • a072c4e953 added new debugging options log4jdbc.sqltiming.warn.threshold and log4jdbc.sqltiming.error.threshold (system property settings) arthur_blake 2007-11-09 03:48:42 +00:00
  • 567cefd156 added HSQLDB (org.hsqldb.jdbcDriver) and H2 (org.h2.Driver) to list of "well known" drivers that log4jdbc looks for at startup, prepare for 1.1 beta 1 release and correct scripts arthur_blake 2007-11-08 23:38:29 +00:00
  • 90608d8ff1 documentation changes for 1.1 alpha 2 release 1.1alpha2 arthur_blake 2007-07-26 00:05:28 +00:00
  • 425148e118 change scripts to support dual javadoc generation for JDBC 3/jdk 1.4 and JDBC 4/jdk 1.6 versions of log4jdbc arthur_blake 2007-07-25 23:27:42 +00:00
  • 328a6da56f upgrade from slf4j 1.4.0 to slf4j 1.4.2 arthur_blake 2007-07-25 23:00:30 +00:00
  • 8c6125a59c windows script to build both the jdbc3 and jdbc4 versions of log4jdbc arthur_blake 2007-07-24 22:01:49 +00:00
  • 8ab139da54 include mySql and postgresSql as "well-known" jdbc drivers that log4jdbc looks for at startup arthur_blake 2007-07-24 21:56:49 +00:00
  • 41064c0bc4 initial JDBC 4 support and some minor bug fixes. arthur_blake 2007-07-24 21:47:11 +00:00
  • 2ca89b4f6e branch src for jdbc3 and jdbc4 - both branches will be maintained in the same project tree arthur_blake 2007-07-24 21:09:14 +00:00
  • 2a9d6066a3 Deleted no longer needed libraries. 1.1alpha1 arthur_blake 2007-05-30 03:03:20 +00:00
  • 6c83eba2ce update link for 1.1 alpha 1 news arthur_blake 2007-05-30 02:31:27 +00:00
  • c051b6fd1d add a release target to make things easier when release time rolls around arthur_blake 2007-05-30 02:17:06 +00:00
  • a3b1bf73d0 scripts to invoke the PostLogProfilerProcessor tool arthur_blake 2007-05-30 01:28:03 +00:00
  • 904fab365a documentation for 1.1 alpha 1 release arthur_blake 2007-05-30 01:26:14 +00:00
  • b4217f92f0 update to slf4j 1.4.0 arthur_blake 2007-05-30 01:17:20 +00:00
  • a44c5fb045 change javadoc references from log4j, to slf4j arthur_blake 2007-05-30 00:33:12 +00:00
  • a11ea79c4f implement isJdbcLoggingEnabled correctly, and other minor fixes arthur_blake 2007-05-30 00:32:12 +00:00
  • 18fcaa4ddd this file is obsolete because logging works through SLF4J now (Slf4jSpyLogDelegator replaces this file) arthur_blake 2007-05-29 22:09:17 +00:00
  • 6bbd8c79be advertisement for yourkit profiler in exchange for open source license arthur_blake 2007-05-29 17:32:10 +00:00
  • e1555464ed make exception logging more uniform with debug logging when debug level is on for sql and sqltiming logging arthur_blake 2007-05-28 22:40:17 +00:00
  • 317f0b1334 PostLogProfilerProcessor needs to be able to handle exceptions in log, & needs to be more efficient arthur_blake 2007-05-28 21:21:54 +00:00
  • 667d5d6f2d add license header arthur_blake 2007-05-28 21:18:25 +00:00