Kris Jurka wrote:
>
> On Wed, 20 Jul 2005, Oliver Jowett wrote:
>
>
>>Kris Jurka wrote:
>>
>>
>>>! { "TimeZone", java.util.TimeZone.getDefault().getID()}
>>
>>Ew! How much existing code is that going to break?
>
> Very little.
Aside from the issues that others have raised, I was worried about
existing code that does *not* use PreparedStatement. (probably with good
reason given this discussion!)
I really don't think the driver should be touching TimeZone :/
-O