Subject | Re: [Firebird-Java] What open issues do you have? |
---|---|
Author | David Jencks |
Post date | 2002-11-12T20:43:43Z |
Can you alter your usage of the driver so you change the parameters of
setTransactionIsolation? I would certainly have no problem adding more
constants/input values to support all the firebird possibilities.
Otherwise, what kind of configuration method were you thinking of? A
properties file? A setTpbMapping(Map map) method?
I thought there was a way to configure this on the
ManagedConnectionFactory: if I'm right, would you also like a way to
include the firebird constant as a key=value pair in
DriverManager.getConnection?
Thanks
david jencks
setTransactionIsolation? I would certainly have no problem adding more
constants/input values to support all the firebird possibilities.
Otherwise, what kind of configuration method were you thinking of? A
properties file? A setTpbMapping(Map map) method?
I thought there was a way to configure this on the
ManagedConnectionFactory: if I'm right, would you also like a way to
include the firebird constant as a key=value pair in
DriverManager.getConnection?
Thanks
david jencks
On 2002.11.12 14:57:35 -0500 Nickolay Samofatov wrote:
> Hello Roman,
>
> Could you implement customizable user-defined TPB mapping ? Almost nobody
> of our client base are statisfied by current mapping and we have to
> distribute
> patched driver. Firebird-specific public interface to set TPB mapping
> or ability to pass mapping through connection parameters would be enough.
> I can implement it myself but will you accept my patch ?
>
> The most popular mapping among our clients (there are ~15 distinct
> development groups at installation sites working with Jaybird driver) is:
> SERIALIZABLE - isc_tpb_concurrency
> READ COMMITED - isc_tpb_read_commited+isc_tpb_rec_version+isc_tpb_nowait
> (external utilities developers)
> or isc_tpb_read_commited+isc_tpb_no_rec_version+isc_tpb_wait
> (application server components developers)
>
> Nobody uses REPEATABLE_READ because Oracle compatibility is a
> concern for us and it doesn't support it (the same thing as with
> Firebird that doesn't support it too - it has no mode where phantom
> rows are present but repeatable read is possible).
>
> --
> Best regards,
> Nickolay mailto:skidder@...
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>