-
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
-
As far as I can tell, this is not supported by the FB Services API. I would be surprised, except that Nikolai Samofatov implemented single-user shutdown, and he has a habit of not adding Services API support for the new features that he implements (nbak is another example).
I looked at the gfix source code, and observed that gfix performs this operation via the database parameter buffer (DPB)
2007-06-29 15:28:08 UTC in KInterbasDB
-
If there continue to be problems with the KInterbasDB build process on Mac OS X, I'd like to fix them. However, I don't have any access to Macs. Now that the SourceForge build farm is dead, do you have any suggestions about where I could get access sufficient to allow me to fix whatever problems exist?.
2007-06-28 05:00:30 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
-
I don't speak Portuguese, so my comprehension of your question is not perfect.
You want to connect Zope to Firebird via ZKInterbasdbDA, and... "preciso muito da ajuda de vcs". Something about needing help with a VCS (Version Control System)?
So, I'm not really sure what you're asking.
---
If you want a Zope DA for Firebird, I recommend...
2007-06-18 05:27:39 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
-
Right now, KInterbasDB doesn't provide any particular support for this operation. You must either separate the statements yourself, or invoke isql.
I do recognize this as a weakness, though, and plan to add an ISQL script executor in KInterbasDB 3.3. In fact, that's the next item on my agenda for one of my projects at work, so when I have a chance to return to that project, the ISQL...
2007-05-17 03:58:21 UTC in KInterbasDB
-
Ok, here are the 3.2 snapshots with this fix:
http://kinterbasdb.sourceforge.net/snapshots/3.2/kinterbasdb-3.2_20070503.src.tar.gz
http://kinterbasdb.sourceforge.net/snapshots/3.2/kinterbasdb-3.2_20070503.win32-FB-1.5-or-2.0-py2.4.exe
http://kinterbasdb.sourceforge.net/snapshots/3.2/kinterbasdb-3.2_20070503.win32-FB-1.5-or-2.0-py2.5.exe.
2007-05-09 07:04:30 UTC in KInterbasDB