From ml at kiewel-online.ch Thu Dec 4 14:43:20 2008 From: ml at kiewel-online.ch (Uwe Kiewel) Date: Thu, 04 Dec 2008 14:43:20 +0100 Subject: support for other databases Message-ID: <4937DE78.7030000@kiewel-online.ch> Hi, do you plan to implement support for other databases? An interface to sqlrelay and/or DB2 would be fine. Kind regards, Uwe From hauk at tildeslash.com Thu Dec 4 14:57:30 2008 From: hauk at tildeslash.com (Jan-Henrik Haukeland) Date: Thu, 04 Dec 2008 14:57:30 +0100 Subject: support for other databases In-Reply-To: <4937DE78.7030000@kiewel-online.ch> References: <4937DE78.7030000@kiewel-online.ch> Message-ID: On 4. des.. 2008, at 14.43, Uwe Kiewel wrote: > do you plan to implement support for other databases? Not at the moment. However we believe the libzdb code framework is pretty good and implementing a new database driver should be fairly easy. We do accept patches. > An interface to sqlrelay and/or DB2 would be fine. I'm sure it would From hauk at tildeslash.com Fri Dec 5 13:50:34 2008 From: hauk at tildeslash.com (Jan-Henrik Haukeland) Date: Fri, 05 Dec 2008 13:50:34 +0100 Subject: [Announce] libzdb 2.3 Message-ID: <612218A8-DBC6-4A42-8A17-A50DDACE1410@tildeslash.com> Version 2.3 of Zild Database Library is available: Download: http://www.tildeslash.com/libzdb/dist/libzdb-2.3.tar.gz MD5 checksum: 62e16369e268e9280978d36343207e60 libzdb-2.3.tar.gz Change log: http://www.tildeslash.com/libzdb/dist/CHANGES.txt This is a minor feature release which has been tested on the following platforms: Darwin 9.5.0 [ppc/x86] Linux FC/U [x86/x64] FreeBSD [x86] Note, a few function signatures in public interfaces has been changed. Functions that can throw an exception on error, now just returns void. This is done to be consistent wrt error handling via exceptions. This means that existing client code may require modest refactoring if return values are checked. In addition, internal improvements has been done here and there. Changes in this release: Version 2.3 ----------- * Cleaned up API and changed function return type to void for those functions that can throw exception on error. * Support variable arguments in Connection_prepareStatement() to make it easy to build prepared statements in-place From bjohnson80498 at gmail.com Mon Dec 22 01:14:00 2008 From: bjohnson80498 at gmail.com (Bernard Johnson) Date: Sun, 21 Dec 2008 17:14:00 -0700 Subject: Packaging for Fedora Message-ID: Hello, I was trying to package libzdb for inclusion in Fedora. One concern that came up was the sonames generated with the version of libzdb as part of the soname. https://bugzilla.redhat.com/show_bug.cgi?id=474044#c4 Have you considered generating your sonames to reflect the ABI version of the package rather than tying it to the package version? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.tildeslash.com/pipermail/libzdb-general/attachments/20081221/6a43bd3f/attachment.html From hauk at tildeslash.com Mon Dec 22 02:22:41 2008 From: hauk at tildeslash.com (Jan-Henrik Haukeland) Date: Mon, 22 Dec 2008 02:22:41 +0100 Subject: Packaging for Fedora In-Reply-To: References: Message-ID: On 22. des.. 2008, at 01.14, Bernard Johnson wrote: > Have you considered generating your sonames to reflect the ABI > version of the package rather than tying it to the package version? Submit a patch