Subject | Re: [firebird-python] New Subproject for Firebird Python driver |
---|---|
Author | Uwe Grauer |
Post date | 2008-04-18T18:16:56Z |
Philippe Makowski wrote:
Version 3.3 files are not on sourceforge.
Currently i'm using a special version of kinterbasdb3.2 named
kinterbasdb-3.2_20070503 because the standard version doesn't work
for the Dabo framework which i'm using.
That's why i asked about the new kinterbasdb project in the
firebird-python mailing list on 03/16/2008.
I hope Pavel is watching and has some good news.
Uwe
> Robert Dollinger [08-04-18 13.24] :Where do i get kinterbasdb3.3?
>> PS: Which version of kinterbasdb runs with Firebird 2.1?
>>
> kinterbasdb 3.2 is ok if you use this __init__.py :
>
> for kinterbasdb3.3, you need to patch the __init__.py
> just remove line 220 (+ isc_tpb_shared ) :
>
> here my modified __init__.py for kinterbasdb3.3 and Firebird 2.1
>
> # Default transaction parameter buffer:
> default_tpb = (
> # isc_tpb_version3 is a *purely* infrastructural value. kinterbasdb will
> # gracefully handle user-specified TPBs that don't start with
> # isc_tpb_version3 (as well as those that do start with it).
> isc_tpb_version3
>
> + isc_tpb_write # Access mode
> + isc_tpb_read_committed + isc_tpb_rec_version # Isolation level
> + isc_tpb_wait # Lock resolution strategy
> # + isc_tpb_shared # Table reservation
> # access method
> )
>
Version 3.3 files are not on sourceforge.
Currently i'm using a special version of kinterbasdb3.2 named
kinterbasdb-3.2_20070503 because the standard version doesn't work
for the Dabo framework which i'm using.
That's why i asked about the new kinterbasdb project in the
firebird-python mailing list on 03/16/2008.
I hope Pavel is watching and has some good news.
Uwe