i4late / log4jdbc-remix

Automatically exported from code.google.com/p/log4jdbc-remix
0 stars 0 forks source link

ResultSet#getTimestamp(String, Calendar) causes RuntimeException: ResultSet.getXXX called with: java.util.GregorianCalendar #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In ResultSetSpy:513, getTimestamp calls reportReturn(methodCall, 
realResultSet.getTimestamp(columnName, cal), cal);
Actuarry, you must call as following:

reportReturn(methodCall, realResultSet.getTimestamp(columnName, cal), 
columnName, cal);

Original issue reported on code.google.com by dai.0...@gmail.com on 23 Jan 2012 at 7:40

GoogleCodeExporter commented 9 years ago
Thanks for your help, I will release this change very soon.

Original comment by tim.azzo...@gmail.com on 26 Jan 2012 at 11:03

GoogleCodeExporter commented 9 years ago
Please can you let me know if 0.2.7 fixes the problem for you?

Original comment by tim.azzo...@gmail.com on 27 Jan 2012 at 12:46

GoogleCodeExporter commented 9 years ago
Thank you for your rapid action.  I will you know if this bug is fixed on 0.2.7.

Original comment by dai.0...@gmail.com on 27 Jan 2012 at 1:33

GoogleCodeExporter commented 9 years ago
I just release 0.2.7 with your fix in it, thanks.

Original comment by tim.azzo...@gmail.com on 27 Jan 2012 at 8:35

GoogleCodeExporter commented 9 years ago
I make sure that 0.2.7 fixes this problem.
Thank you so much.

Original comment by dai.0...@gmail.com on 28 Jan 2012 at 12:47

GoogleCodeExporter commented 9 years ago

Original comment by tim.azzo...@gmail.com on 30 Apr 2013 at 8:01