Firebird 4 introduces statements SET TIME ZONE BIND to handle how the WITH TIME ZONE types are bound.

I was wondering if it was considered to also set these options through the DPB. Especially for time zone support, I'm currently considering not supporting this for Java 7 in Jaybird, and it would save some headaches if it were possible to control this through the DPB (eg explicit property or maybe using isc_dpb_config) instead of having to execute a statement after connect.

On a related note, what happens with the bind config after a ALTER SESSION RESET? I assume it is reset back to the default, but is that assumption correct? If configured through a DPB I would hope and assume that the DPB configured value is the fallback.

BTW: similar arguments could be made for the SET DECFLOAT options, but I don't have a need there.

Mark
--
Mark Rotteveel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to