> Given that the patch just
> provides a way for users to tell the library "these columns are
> special", it seems like you might just as well map a column adjustment
> function over the result set yourself? It feels very clunky.
The JDBC library requires us to treat these columns special. If
On Fri, Jul 27, 2012 at 10:42 AM, Jestine Paul wrote:
> I have raised a JIRA issue (JDBC-35) regarding the timezones returned from
> the ResultSet getter method.
> http://dev.clojure.org/jira/browse/JDBC-35
I'm a bit surprised no one has responded to this. Maybe no one else is
having this issue?
Hi,
I have raised a JIRA issue (JDBC-35) regarding the timezones returned from
the ResultSet getter method.
http://dev.clojure.org/jira/browse/JDBC-35
I have also attached a patch to this issue.
http://dev.clojure.org/jira/secure/attachment/11394/resultset-timezone.diff
Please review my patch a