-
Expose these constants in both KIDB 3.2.1 and 3.3.x.
See forum discussion:
http://sourceforge.net/forum/forum.php?thread_id=1766485&forum_id=30917.
03:31PM UTC on Jun 29 2007 in KInterbasDB
-
The test that I performed today indicated that none of Firebird 1.0.3, 1.5.4, or 2.0.[0|1] raise a spurious exception at the end of their Services API output. It must have been a Firebird 1.0.0 bug (I wrote that code in July 2002, when 1.0.0 was current), so I simply removed the try/catch statement.
You can find updated 3.2 snapshots here...
02:49PM UTC on Jun 21 2007 in KInterbasDB
-
Yes, CVS is out of date.
"To get setup.py build to work I had to hard-code the MSVC lib and include files in setup.py because the regestry keys it was looking for just didn't exist."
If you're using the MSVC 2003 Command Line Toolkit, that's expected. The Python distutils developers never bothered to try to support the Command Line Toolkit, only full MSVC 2003.
The GCC 4.1.2...
08:35AM UTC on Jun 20 2007 in KInterbasDB
-
Note that this has long been fixed in the 3.2 snapshots (http://kinterbasdb.sourceforge.net/snapshots/3.2/ ), which will soon become 3.2.1.
04:58AM UTC on Jun 20 2007 in KInterbasDB
-
Thanks for the report. I'll be sure to look at this before I release 3.2.1, which should be soon.
03:54AM UTC on Jun 14 2007 in KInterbasDB
-
Addressing the problems discussed in this thread
http://sourceforge.net/forum/forum.php?thread_id=1695175&forum_id=30917
fixed this bug as a side effect. I have applied the fixes to both the 3.2 and 3.3 branches.
12:19PM UTC on Apr 05 2007 in KInterbasDB
-
I've now backported the basic elements of the fix (don't die with an assertion) to 3.2 (you will need to use 3.3 to get the new "automatic encoding/decoding for textual input blobs" feature (and that feature can only work reliably with FB 2.1+)).
I'll make a new 3.2 snapshot available soon.
06:18AM UTC on Apr 05 2007 in KInterbasDB
-
This is to remind me that, as of 2007-04-04, I haven't yet backported this fix to 3.2.
03:56PM UTC on Apr 04 2007 in KInterbasDB
-
Ok, I've posted a snapshot of KInterbasDB 3.3 in which everything is fixed. I plan to backport only the most conservative of those changes to KInterbasDB 3.2.1. This feature doesn't really work with FB < 2.1, anyway, so having it work in KIDB 3.2.x doesn't deliver much real value.
The automatic encoding and decoding of textual blobs, which you're trying to enable in test.py, cannot work...
02:40PM UTC on Feb 10 2007 in KInterbasDB
-
Oops, I didn't notice the attachment (duh...). I'll experiment with it tomorrow.
08:31PM UTC on Feb 09 2007 in KInterbasDB