... I meant stack trace from Python, not gdb :) anyway, this helps a bit. Now we know it's about failing fetch operation (in firebird source ...
644
Pavel Cisar
pcisar2000
Mar 7, 2013 4:25 pm
FDB release 1.0 is out: http://pypi.python.org/pypi/fdb Improvements: - Removed dependency on presence of fbclient library at import time. This caused some...
645
mariuz
jimi_compot
Apr 1, 2013 7:23 pm
I have the step with the crash i will try to dump the sql , python trace of that step...
646
Maximiliano Robaina
maxi_robaina
Apr 4, 2013 8:32 pm
Hi, Which is the current public repo of fdb? I'm pointing to https://firebird.svn.sourceforge.net/svnroot/firebird/python/fdb/trunk/ but the version here is ...
647
Pavel Cisar
pcisar2000
Apr 5, 2013 6:21 am
Hi, Firebird SVN repository was moved to new SourceForge platform, however the old one is still accessible. New one is at:...
648
Hamish Moffatt
hnmoffatt
Apr 6, 2013 6:19 pm
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...
649
Pavel Cisar
pcisar2000
Apr 7, 2013 4:09 pm
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...
650
Hamish Moffatt
hnmoffatt
Apr 8, 2013 4:16 am
Hi, Thanks Pavel. I tried with charset NONE set when opening the connection but the behaviour did not change. regards Hamish...
651
Hamish Moffatt
hnmoffatt
Apr 8, 2013 5:28 am
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...
652
Helen Borrie
helebor
Apr 8, 2013 7:02 am
... Why are you applying a character set attribute at all, to binary blobs? Helen Borrie, Support Consultant, IBPhoenix (Pacific) Author of "The Firebird Book"...
653
Hamish Moffatt
hnmoffatt
Apr 8, 2013 7:05 am
... I'm not usually, but was experimenting with Pavel's suggestion that the blob truncation I saw might be a character set issue. I am now back to my original...
654
Pavel Cisar
pcisar2000
Apr 8, 2013 10:12 am
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...
655
Hamish Moffatt
hnmoffatt
Apr 8, 2013 1:49 pm
... Thanks Pavel, I confirm that my problem is fixed with the above release. regards, Hamish...
656
Pavel Cisar
pcisar2000
Apr 9, 2013 10:56 am
FDB release 1.1 is out: http://pypi.python.org/pypi/fdb New Features: - Context Manager for transactions. Bugs Fixed: -...
657
Josef Gschwendtner
josef_gschwe...
Apr 30, 2013 7:20 pm
Von: Markus Holzner Gesendet: Dienstag, 30. April 2013 10:30 An: Josef Gschwendtner Betreff: FDB Bug Report We got a problem when we use the Firebird driver...
658
josef_gschwendtner
josef_gschwe...
Apr 30, 2013 7:20 pm
Hi, We got a problem when we use the Firebird driver for Python (fdb) inside a connection pool. If a single connection is used for the execution of many...
659
Pavel Cisar
pcisar2000
May 1, 2013 8:09 am
Hi, Good catch, thanks. Logged as PYFB-34 and fix committed. Please checkout the the latest version from our Subversion at: ...
660
Philippe Makowski
tempo93fr
May 2, 2013 7:28 am
... seems that there is a problem with Firebird Trunk see (at the end of http://ci.ibphoenix.fr/job/Firebird_trunk_Arch_Linux/Architecture=Default/23/console) ...
661
Pavel Cisar
pcisar2000
May 2, 2013 9:59 am
Philippe, I never tested FDB with 3.0, so it may fail. Strange it fails with fbtest on 2.5, as it passed all FDB tests on 2.5 (I never commit changes if fdb...
662
Philippe Makowski
tempo93fr
May 2, 2013 11:26 am
Pavel, ... FDB tests have problem on 2.5 on the automated build system and this, only after your last commit about PYFB-34 + nosetests --with-xunit --verbose...
663
Pavel Cisar
pcisar2000
May 3, 2013 9:42 am
Hi, Initial fix for PYFB-34 was incomplete, which should be now corrected (at least fdb nosetests and fbtest now run fine). Please verify it too in your...
664
Philippe Makowski
tempo93fr
May 4, 2013 1:57 pm
... seems better but still problems see: http://ci.ibphoenix.fr/job/firebird25_Linux_64/Architecture=SuperServer,System=System_Icu/65/console AttributeError:...
665
josef_gschwendtner
josef_gschwe...
May 6, 2013 2:56 pm
We depend on a third party framework which uses one Cursor Instance for the execution of many queries. There are some select queries and also ddl statements...
666
Pavel Cisar
pcisar2000
May 6, 2013 4:38 pm
Philippe, This one was really interesting. CORE-1249 is about operations after database shutdown, so we shut down the database, try if subsequent sql statement...
667
Pavel Cisar
pcisar2000
May 7, 2013 11:07 am
Hi, You're right, fetch should report correct error for statements that doesn't return any result. However, your proposed fix is not correct. Bug logged...
Hi all, I have "metadata" extension for FDB in development for some time now, and I'm getting close to release it (intended for 1.2 release). The basic idea is...
670
Gerdus van Zyl
angel9blaze
May 15, 2013 9:41 am
I would prefer option 2: Database class that takes Connection object as constructor parameter possibly with convenience function on connection object e.g...
671
Pavel Cisar
pcisar2000
May 31, 2013 6:16 pm
FDB release 1.2 is out: http://pypi.python.org/pypi/fdb New Features * fdb.schema submodule for access to / work with database metadata. * fdb.utils submodule...
672
Pavel Cisar
pcisar2000
Jun 7, 2013 11:15 am
FDB release 1.3 is out: http://pypi.python.org/pypi/fdb New Features * fdb.monitor submodule for access to / work with monitoring tables. * New...