-
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.
2007-06-29 15:31:47 UTC 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...
2007-06-21 14:49:57 UTC 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...
2007-06-20 08:35:01 UTC 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.
2007-06-20 04:58:33 UTC in KInterbasDB
-
Thanks for the report. I'll be sure to look at this before I release 3.2.1, which should be soon.
2007-06-14 03:54:54 UTC 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.
2007-04-05 12:19:47 UTC 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.
2007-04-05 06:18:30 UTC in KInterbasDB
-
This is to remind me that, as of 2007-04-04, I haven't yet backported this fix to 3.2.
2007-04-04 15:56:39 UTC 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...
2007-02-10 14:40:13 UTC in KInterbasDB
-
Oops, I didn't notice the attachment (duh...). I'll experiment with it tomorrow.
2007-02-09 20:31:13 UTC in KInterbasDB