Subject Re: [firebird-python] New Subproject for Firebird Python driver
Author Uwe Grauer
Pavel Cisar wrote:
> Uwe Grauer napsal(a):
>> I hope Pavel is watching and has some good news.
>
> Yes, I do. Unfortunately I was and still am swamped in other things (QA
> on 2.0.4 and 2.1 and FB profile analysis among others), so we didn't
> make it for the time of 2.1 final release. I'm sorry, but it will be
> release, eventually. I'll do my best to do it sometime next week.
> Meantime you can use 3.3 from
> http://kinterbasdb.sourceforge.net/snapshots/3.3/ with patched
> __init__.py as Philippe described. BTW, did you tested multiple
> transactions per connection provided by 3.3 ?
>
> best regards
> Pavel Cisar

I tested the above snapshot release against my existing firebird 2.03
install and got the following traceback:
dabo.dException.DBQueryException: (0L, 'Attempt to look up Python codec
name on basis of database char set name failed.')

My database charset name is "UTF-8".
I have no clue why i get this as this worked flawlessly with
kinterbasdb-3.2_20070503 which i am using normally.

Uwe