Re: [Libdbi-drivers-devel] querying table structure

2007-04-24 Thread Balazs Scheidler
On Tue, 2007-04-24 at 08:43 -0300, Toby Thain wrote: On 24-Apr-07, at 8:09 AM, Balazs Scheidler wrote: Hi, Is there a way to query the record structure of a table through libdbi? I'm creating tables automatically from my program and I would like to validate whether a given table

Re: [Libdbi-drivers-devel] verbosity setting is ignored

2007-05-05 Thread Balazs Scheidler
On Mon, 2007-04-30 at 09:40 -0300, Toby Thain wrote: On 30-Apr-07, at 5:13 AM, Markus Hoenicka wrote: Where can I report bugs of this kind? You've already found the best place to report bugs like these. You could as well file a bug report on SourceForge, but I guess this is not

Re: [Libdbi-drivers-devel] oracle driver has no error checking

2007-11-06 Thread Balazs Scheidler
On Tue, 2007-11-06 at 09:40 +0100, Markus Hoenicka wrote: Hi, I'll be happy to apply any patch that adds the missing error checks. Unfortunately I won't be able to verify that it works as I don't have access to Oracle. I'd appreciate if anyone else with an Oracle installation could

[Libdbi-drivers-devel] sqlite driver problem?

2008-07-20 Thread Balazs Scheidler
Hi, I've been using libdbi in syslog-ng to insert log data into SQL databases. I've an issue with the sqlite driver though: when the result is an empty set, it does not return the column headers - unlike other drivers -, and this causes problems with syslog-ng. To describe the problem I have

[Libdbi-drivers-devel] freetds driver, single instance?

2008-08-05 Thread Balazs Scheidler
commit 6ec70cf9b3d780a5cceb584ad28ded7a6ec31196 Author: Balazs Scheidler [EMAIL PROTECTED] Date: Tue Aug 5 10:59:19 2008 +0200 allow the use of multiple parallel freetds connections diff --git a/drivers/freetds/dbd_freetds.c b/drivers/freetds/dbd_freetds.c index 449c313..b869e8b 100644

Re: [Libdbi-drivers-devel] freetds driver, single instance?

2008-08-05 Thread Balazs Scheidler
On Tue, 2008-08-05 at 12:35 +0200, Markus Hoenicka wrote: Quoting Balazs Scheidler [EMAIL PROTECTED]: Hi, As it seems we're a bit unlucky at these times. Now I've ran into a problem in the FreeTDS driver, we're getting heap corruptions inside freetds, and as it seems the root cause

Re: [Libdbi-drivers-devel] freetds driver, single instance?

2008-08-06 Thread Balazs Scheidler
On Wed, 2008-08-06 at 10:04 +0200, Markus Hoenicka wrote: Quoting Balazs Scheidler [EMAIL PROTECTED]: It works with light testing, e.g. now it does not crash where it used to. I did not check for leaks or similar stuff, however I think I only needed to free the allocated memory

Re: [Libdbi-drivers-devel] sqlite3 leaks

2008-08-15 Thread Balazs Scheidler
On Thu, 2008-08-14 at 12:53 +0200, Markus Hoenicka wrote: Quoting Balazs Scheidler [EMAIL PROTECTED]: hi, I've found some leaks in the sqlite3 driver. As the code in question is difficult to understand and easy to break (for me), I'd like to request a review before I go on and commit

[Libdbi-drivers-devel] install pkg-config file in libdbi

2008-10-04 Thread Balazs Scheidler
Hi, this patch makes the source install the pkg-config file. I should probably send this to libdbi-devel, but I'm not subscribed there and the list server didn't respond to my subscription request yet. diff -u -r1.24 Makefile.am --- Makefile.am 17 Aug 2008 21:30:40 - 1.24 +++

Re: [Libdbi-drivers-devel] new test framework available in cvs, please test

2010-07-31 Thread Balazs Scheidler
On Wed, 2010-07-28 at 22:40 +0200, Markus Hoenicka wrote: Hi, I'd like to announce that I've moved João's vastly improved test framework into cvs HEAD. I've built the current cvs version from a fresh cvs checkout, and everything seems to build and test as expected. That is, not every test