Bazsi's blog

Guarding Your Business

Posts Tagged ‘oracle’

libdbi patches online

Thursday, February 28, 2008 @ 04:02 PM Author: Balázs Scheidler

I’ve published our set of dbi and dbi-drivers patches in a git repository to push changes upstream. The patches were updated against the latest libdbi versions.

You can find these repositories at the BalaBit’s git server, more precisely:

  • git://git.balabit.hu/bazsi/libdbi.git
  • git://git.balabit.hu/bazsi/libdbi-drivers.git

The “master” branch contains the direct import of the libdbi CVS tree, our fixes are in the ‘upstream-fixes’ branch. This setup will make it easier for me to publish patches and regularly rebase the not-yet-merged set against the latest upstream.

Among other small things, you can find a quite important patch against the Oracle driver. Without this patch Oracle 10.2 (the server!) segfaults and dumps core. So beware.