Re: [firebird-python] reading blob from table

2013-04-08 Thread Hamish Moffatt
On 08/04/13 20:12, Pavel Cisar wrote: Hi, Bug confirmed and fixed. Unfortunately our tracker is down at the moment, so I can't make an entry, commit changes to Subversion, close it and make a bugfix 1.0.1 release. So meanwhile you can use this hotfix release: http://ibphoenix.cz/download/fdb-1

Re: [firebird-python] reading blob from table

2013-04-08 Thread Pavel Cisar
Hi, Bug confirmed and fixed. Unfortunately our tracker is down at the moment, so I can't make an entry, commit changes to Subversion, close it and make a bugfix 1.0.1 release. So meanwhile you can use this hotfix release: http://ibphoenix.cz/download/fdb-1.0.1.dev.tar.gz It was tested (unit t

Re: [firebird-python] reading blob from table

2013-04-08 Thread Hamish Moffatt
On 8/04/2013 5:02 PM, Helen Borrie wrote: At 05:28 p.m. 8/04/2013, Hamish Moffatt wrote: >I found that it works with kinterbasdb for UTF8 or NONE connection type. > >I tried changing the column definition to "blob binary character set none" and some other things but none of them helped with fd

Re: [firebird-python] reading blob from table

2013-04-08 Thread Helen Borrie
At 05:28 p.m. 8/04/2013, Hamish Moffatt wrote: >I found that it works with kinterbasdb for UTF8 or NONE connection type. > >I tried changing the column definition to "blob binary character set none" and >some other things but none of them helped with fdb (1.0). For some >combinations of the co

Re: [firebird-python] reading blob from table

2013-04-07 Thread Hamish Moffatt
I found that it works with kinterbasdb for UTF8 or NONE connection type. I tried changing the column definition to "blob binary character set none" and some other things but none of them helped with fdb (1.0). For some combinations of the column type and the connection character set I got Pyth

Re: [firebird-python] reading blob from table

2013-04-07 Thread Hamish Moffatt
Hi, Thanks Pavel. I tried with charset NONE set when opening the connection but the behaviour did not change. regards Hamish On 8/04/2013 2:08 AM, Pavel Cisar wrote: Hi, I think it's problem with implicit conversion. Could you please try to fetch this blob with connection character set NO

Re: [firebird-python] reading blob from table

2013-04-07 Thread Pavel Cisar
Hi, I think it's problem with implicit conversion. Could you please try to fetch this blob with connection character set NONE? regards Pavel Cisar IBPhoenix Dne 6.4.2013 15:18, Hamish Moffatt napsal(a): > Hi, > > I am using fdb 0.9.9 and Firebird 2.1 and I trying to fetch some data > out of tab

[firebird-python] reading blob from table

2013-04-06 Thread Hamish Moffatt
Hi, I am using fdb 0.9.9 and Firebird 2.1 and I trying to fetch some data out of tables containing blobs. However the blobs I get back are always truncated at the first null. One such table is defined as SQL> show table g_mididrum; DRUM_NUMBER INTEGER Not Null DRUM_NAME