[Libdbi-drivers-devel] anyone still listening?

2022-02-11 Thread Markus Hoenicka
but the driver works the same if the option is not set. So how am I supposed to deal with the versioning here? Helpful hints are greatly welcome. Also, feel free to suggest additional changes that the project might need. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [Libdbi-drivers-devel] [PATCH 1/1] build: Use MYSQL_CONFIG variable instead of 'mysql_config'

2021-10-20 Thread Markus Hoenicka
+ MYSQL_LIBS=`$MYSQL_CONFIG --libs_r` else - MYSQL_LIBS=`mysql_config --libs` + MYSQL_LIBS=`$MYSQL_CONFIG --libs` fi else if test "$ac_mysql_threadsafe" = "YES"; then Hi Herve, thanks f

Re: [Libdbi-drivers-devel] [PATCH] build: adjust configure for postgresql 10/11

2019-03-21 Thread Markus Hoenicka
er_LTLIBRARIES = $(pgsql_ltlibs) libdbdpgsql_la_LDFLAGS = $(pgsql_ldflags) -libdbdpgsql_la_LIBADD = @PGSQL_LDFLAGS@ @PGSQL_LIBS@ @LIBADD_LIBDBI@ +libdbdpgsql_la_LIBADD = ${pgsql_LIBS} @LIBADD_LIBDBI@ libdbdpgsql_la_SOURCES = $(pgsql_sources) libdbdpgsql_la_DEPENDENCIES = dbd_pgsql.h Hi Jan, tha

Re: [Libdbi-drivers-devel] Make dbi_result an unspecified struct

2013-10-28 Thread markus . hoenicka
Jan Engelhardt writes: Oh that is just a naming thing then. Use struct dbi_driver_s; typedef struct dbi_driver_s *dbi_driver; then for dbi.h. Yup, that worked like a charm. I've checked in the changes, see include/dbi/dbi.h.in revision 1.15. regards, Markus -- Markus Hoenicka

[Libdbi-drivers-devel] dbd_sqlite3 things

2013-10-05 Thread markus . hoenicka
1.51). thanks Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP

[Libdbi-drivers-devel] dbd_sqlite3 turns PKINTEGER into longlong

2013-10-05 Thread markus . hoenicka
. It should just be FIELD_TYPE_LONG. Hi, I think the current behaviour is correct. According to the SQLite docs (http://www.sqlite.org/lang_createtable.html#rowid), a column declared as INTEGER PRIMARY KEY always uses 64 bit integers. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de

[Libdbi-drivers-devel] libdbi and libdbi-drivers versions 0.9.0 released, finally

2013-03-13 Thread markus . hoenicka
, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu

[Libdbi-drivers-devel] Debian oddities

2013-02-17 Thread markus . hoenicka
and libraries in a platform-independent way? At this time, the magic in acinclude.m4 fails to uncover the libraries on Debian. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The Go Parallel Website

Re: [Libdbi-drivers-devel] Cassandra driver

2012-06-28 Thread markus . hoenicka
a look at the current CVS code. The documentation contained therein should be quite up to date. I wish I had the time to finalize a release ... regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

[Libdbi-drivers-devel] multiple postgres versions

2011-08-08 Thread markus . hoenicka
of the driver. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing

[Libdbi-drivers-devel] Solaris 10x86

2011-02-19 Thread markus . hoenicka
-- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security

Re: [Libdbi-drivers-devel] Segmentation fault in dbi_geterror

2011-02-14 Thread markus . hoenicka
, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250

[Libdbi-drivers-devel] Segmentation fault in dbi_geterror

2011-02-05 Thread markus . hoenicka
you see the changes. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The modern datacenter depends on network connectivity to access resources and provide services. The best practices

Re: [Libdbi-drivers-devel] Problem compiling libdbi-drivers-0.8.3-1 on RHEL4 - Sender blocklisted

2010-11-04 Thread Markus Hoenicka
, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book Blueprint to a Billion shares

Re: [Libdbi-drivers-devel] new test harness: help and testers needed

2010-10-09 Thread Markus Hoenicka
the compile error. Do you want to investigate (if you can reproduce), or shall I? As I cannot reproduce this, I'd greatly appreciate if you could investigate. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [Libdbi-drivers-devel] new test harness: help and testers needed

2010-09-30 Thread Markus Hoenicka
quite painless, unless we knew that it fails at least on Toby's box. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Start uncovering the many advantages of virtual appliances and start using

Re: [Libdbi-drivers-devel] new test harness: help and testers needed

2010-09-29 Thread Markus Hoenicka
database engines use a default username and password right after initial setup which makes it easier to run automated tests. If you try to run the tests in an existing instance, you'll have to ask for the credentials which is not possible during automated tests. regards, Markus -- Markus

Re: [Libdbi-drivers-devel] new test harness: help and testers needed

2010-09-29 Thread Markus Hoenicka
-- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing

Re: [Libdbi-drivers-devel] new test harness: help and testers needed

2010-09-12 Thread Markus Hoenicka
, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing

Re: [Libdbi-drivers-devel] new test harness: help and testers needed

2010-09-11 Thread Markus Hoenicka
João Henrique Freitas writes: DB2 driver is experimental and not test with new test framework yet. Ok, so this one remains experimental in any case. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

[Libdbi-drivers-devel] new test harness: help and testers needed

2010-09-10 Thread Markus Hoenicka
Markus Hoenicka writes: I'd greatly appreciate if you could help in testing and extending these features for our upcoming next release. As I haven't heard much about this lately, I reckon we'll have to make do without these amenities. Our current status is as follows: - 4 drivers (mysql

Re: [Libdbi-drivers-devel] mysql libdbi driver compiled against libmysqlclient not libmysqlclient_r

2010-09-02 Thread Markus Hoenicka
like yours which apply only under these particular conditions. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming

Re: [Libdbi-drivers-devel] mysql libdbi driver compiled against libmysqlclient not libmysqlclient_r

2010-09-01 Thread Markus Hoenicka
-- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread

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

2010-08-07 Thread Markus Hoenicka
-in replacement for the old one. It'll ask you which driver to test, so you can test whichever engine you prefer. There is no need to have all of them compiled. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [Libdbi-drivers-devel] pgsql error codes

2010-07-15 Thread Markus Hoenicka
Emmanuel Courreges writes: You will find attached the patch for version 0.8.2-1 and 0.8.3-1 I've applied the patch with a little massaging to the current cvs revision. Could you run some tests with this version to see whether it works as expected? regards, Markus -- Markus Hoenicka http

Re: [Libdbi-drivers-devel] dbi_result_free

2010-02-11 Thread Markus Hoenicka
with these results. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW

Re: [Libdbi-drivers-devel] cgreen test problems [was: DB2 driver]

2009-06-15 Thread Markus Hoenicka
per call: SQL statement strings do not begin with the EXEC SQL prefix or end with a semicolon (;) as they do in typical embedded applications I guess you're better off using separate calls and wrap them into transactions. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected

Re: [Libdbi-drivers-devel] Table list from postgresql backend

2009-06-01 Thread Markus Hoenicka
? This would allow software linked against libdbi to not be pestered by implementation-specific system tables and such, if this behaviour is desired. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

[Libdbi-drivers-devel] Table list from postgresql backend

2009-05-31 Thread Markus Hoenicka
by a database-independent function that lists all tables. I'm open to discussions. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] Memory Leak in sqlite3 driver

2009-05-30 Thread Markus Hoenicka
purposes, you may wish to patch the code along the lines of the diff above, or you may consider upgrading to the current cvs release (you'll need libdbi from cvs as well). And yes, we should release 0.9.0 real soon now... regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam

Re: [Libdbi-drivers-devel] sqlite selects for bigint return 0

2009-05-08 Thread Markus Hoenicka
Markus Hoenicka writes: There is quite obviously some sort of platform-dependence at work. While everything seems fine on my development platform, the performance on Linux is less than desired. As I haven't seen any complaints about the mysql or pgsql drivers on Linux lately I assume

Re: [Libdbi-drivers-devel] cgreen test problems [was: DB2 driver]

2009-05-06 Thread Markus Hoenicka
think we should support 8.0 for a while. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de -- The NEW KODAK i700 Series

Re: [Libdbi-drivers-devel] sqlite selects for bigint return 0

2009-05-06 Thread Markus Hoenicka
: --- Name: sqlite3 Filename: /usr/local/lib/dbd/libdbdsqlite3.so Desc: SQLite3 database support (using libsqlite3) Maintainer: Markus Hoenicka mhoeni...@users.sourceforge.net URL:http://libdbi-drivers.sourceforge.net Version

Re: [Libdbi-drivers-devel] firebird: linux experience with the current cvs version of the driver

2009-05-05 Thread Markus Hoenicka
. It is hard to fix something which you can't reproduce. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de -- The NEW KODAK i700

Re: [Libdbi-drivers-devel] libdbi oracle driver based on ocilib

2009-05-04 Thread Markus Hoenicka
, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de -- Register Now Save for Velocity, the Web Performance Operations Conference from

Re: [Libdbi-drivers-devel] libdbi oracle driver based on ocilib

2009-05-02 Thread Markus Hoenicka
is broken. I can't verify this. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de -- Register Now Save for Velocity, the Web

Re: [Libdbi-drivers-devel] DB2 driver

2009-04-28 Thread Markus Hoenicka
. I'll try to run the tests as well with the database engines that I run. I will test with others engines and address the zero_rows issue. Much appreciated. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http

[Libdbi-drivers-devel] cgreen test problems [was: DB2 driver]

2009-04-28 Thread Markus Hoenicka
) sqlite and sqlite 3 report 6 failures. Two stem from the test_dbi_result_field_is_null(_idx) tests which may actually indicate driver bugs. I'll look into that. The remainder are the problems mentioned above. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace

[Libdbi-drivers-devel] Bug with mysql driver with errors from timeouts from mysql

2009-04-28 Thread Markus Hoenicka
somewhere, or did you just observe this? Is your fix supposed to work with all MySQL releases since, say, 4.0? If both answers are yes, your suggested fix is likely to make its way into the driver. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds

Re: [Libdbi-drivers-devel] bug: segmentation faults, probably related to the firebird driver

2009-04-23 Thread Markus Hoenicka
malloc() implementation. Using the default settings allocated memory access is very forgiving on FreeBSD, so it is always a good idea to use valgrind. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] docs building on HEAD

2009-04-22 Thread Markus Hoenicka
appreciated. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de -- Stay on top of everything new and different, both inside

Re: [Libdbi-drivers-devel] docs building on HEAD

2009-04-22 Thread Markus Hoenicka
Markus Hoenicka writes: I'm sorry, I have to correct myself. It is the number of *columns* which is reported incorrectly, not the number of *rows*. Any reasonable application won't care about the number of columns if you don't get back a single row. The incorrect column issue is just

[Libdbi-drivers-devel] docs building on HEAD

2009-04-21 Thread Markus Hoenicka
Mariusz Mazur writes: The autoconf macro for --enable-docs is borked. Here's a fix: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libdbi-drivers-docs_acfix.patch Thanks also for this patch. I've applied it as well. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de

Re: [Libdbi-drivers-devel] bug: segmentation faults, probably related to the firebird driver

2009-04-21 Thread Markus Hoenicka
information from valgrind. As I'm not exactly a firebird expert (let alone a firebird driver expert), any help will be greatly appreciated. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

[Libdbi-drivers-devel] bug: segmentation faults, probably related to the firebird driver

2009-04-03 Thread Markus Hoenicka
the database file using touch. Can anyone please help me figure out why this fails on Debian? regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] bug: segmentation faults, probably related to the firebird driver

2009-03-31 Thread Markus Hoenicka
expert by any means, but I'll try to reproduce these results on a Debian box as soon as time permits. regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] problems building docs

2009-03-11 Thread Markus Hoenicka
, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM

Re: [Libdbi-drivers-devel] DB2 driver

2009-03-10 Thread Markus Hoenicka
connect without specifying a database? Or do these engines rely on external programs to create and delete databases? regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] DB2 driver

2009-03-09 Thread Markus Hoenicka
-- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles

Re: [Libdbi-drivers-devel] DB2 driver

2009-02-27 Thread Markus Hoenicka
have some doubts about use the trademark 'DB2' or 'IBM DB2' in the code. IANAL, but shouldn't it suffice to put a note at the top of each affected file saying that DB2 is a trademark of IBM? regards, Markus -- Markus Hoenicka markus.hoeni...@cats.de (Spam-protected email: replace

[Libdbi-drivers-devel] libdbi-drivers not linked against libdbi themselves

2008-12-09 Thread Markus Hoenicka
;208669438;13503038;i?http://2009.visitmix.com/___ Libdbi-drivers-devel mailing list Libdbi-drivers-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected

Re: [Libdbi-drivers-devel] [libdbi-users] libdbi 1.0, plan to launch

2008-11-18 Thread Markus Hoenicka
João Henrique Freitas writes: I will check every item more detailed later. Thanks. So far I don't know much about your implementation, but I'll do my best to dig into it and to see whether I can help fixing the remaining issues. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED

Re: [Libdbi-drivers-devel] [libdbi-users] libdbi 1.0, plan to launch

2008-11-17 Thread Markus Hoenicka
test_dbi_conn_get_table_list failed to complete Fatal lock manager error: invalid lock id (12112), errno: 83 --Permission denied FAIL: test_dbi -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] libdbi oracle ocilib

2008-11-11 Thread Markus Hoenicka
problems. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.Net email is sponsored by the Moblin Your Move Developer's

[Libdbi-drivers-devel] [PATCH] fix asprintf portability problem

2008-10-22 Thread Markus Hoenicka
. Applied checked in. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.Net email is sponsored by the Moblin Your Move Developer's

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

2008-10-22 Thread Markus Hoenicka
into cvs. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Libdbi-drivers-devel] sqlite3 leaks

2008-08-15 Thread Markus Hoenicka
are in the libdbi-drivers project, libdbi does not have much to test. I'll put that on my todo list. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] sqlite3 leaks

2008-08-14 Thread Markus Hoenicka
is missing in the cvs repository. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.Net email is sponsored by the Moblin

[Libdbi-drivers-devel] Fwd: Re: forwarded message from Balazs Scheidler

2008-08-07 Thread Markus Hoenicka
[EMAIL PROTECTED] Subject: Re: forwarded message from Balazs Scheidler To: Markus Hoenicka [EMAIL PROTECTED] Thursday 07 August 2008 00:42:11 ви написали: two things: 1) I've removed your previous Sourceforge account from the libdbi-drivers developer list as you told me you can't access

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

2008-08-06 Thread Markus Hoenicka
to check in your patches is to get a SF account (which you may already have) and to allow me to add you as a developer to libdbi-drivers. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

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

2008-08-05 Thread Markus Hoenicka
list of functions). I use commented-out code mainly for printf() debugging which I personally feel is reasonable. I agree that blocks of commented-out code should be avoided or at least explained and signed. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace

Re: [Libdbi-drivers-devel] custom_functions, what's the purpose

2008-08-04 Thread Markus Hoenicka
, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

[Libdbi-drivers-devel] rewrite of configure.in, acinclude.m4 - please help

2008-08-03 Thread Markus Hoenicka
and report any weird output of configure or of make. And of course any suggestions to further improve the checks are very welcome. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] custom_functions, what's the purpose

2008-08-01 Thread Markus Hoenicka
appreciate if you could test the current cvs revision of libdbi on AIX and report whether the tests in place work appropriately for that platform. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] oracle compilation problem

2008-07-29 Thread Markus Hoenicka
fix as is. Thanks for reporting and fixing this problem. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.Net email

Re: [Libdbi-drivers-devel] sqlite driver problem?

2008-07-26 Thread Markus Hoenicka
whenever a query returns 0 rows to manually fix the column number in the (empty) libdbi result set. I'll check whether this is doable. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

[Libdbi-drivers-devel] find_result_field_types

2008-07-19 Thread Markus Hoenicka
: dbd_sqlite3.c:1180: error: too few arguments to function `getTables' Could you please check again using the cvs revision? I'm currently too much tied up to attempt to understand your code and fix it myself. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace

Re: [Libdbi-drivers-devel] [PATCH] Problem with VARCHAR in freetds (sybase)

2008-06-30 Thread Markus Hoenicka
Markus Hoenicka writes: Quoting Eddy Pronk [EMAIL PROTECTED]: In this case libdbi returns an empty result. I found 2 problems: * dbd_freetds.c doesn't allocate enought to store the a null terminator. * freetds ignores a field when it has exactly 20 characters. I think I

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

2007-11-06 Thread Markus Hoenicka
Scheidler writes: This one actually worked for me, for my limited needs. -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.net email

Re: [Libdbi-drivers-devel] _translate_mysql_type make error

2007-07-30 Thread Markus Hoenicka
a libmysqlclient.a somewhere. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - This SF.net email is sponsored by: Splunk Inc

Re: [Libdbi-drivers-devel] licensing inconsistency

2007-03-08 Thread Markus Hoenicka
___ Libdbi-drivers-devel mailing list Libdbi-drivers-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de

Re: [Libdbi-drivers-devel] Corrected debian repository

2006-11-17 Thread Markus Hoenicka
, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http://www.mhoenicka.de - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

[Libdbi-drivers-devel] Fix for memory leak in dbi_conn_ping(), Postgresql driver.

2006-09-21 Thread Markus Hoenicka
___ Libdbi-drivers-devel mailing list Libdbi-drivers-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with mhoenicka) http

Re: [Libdbi-drivers-devel] Postgres lastval for 8.1 and up (WAS Re: [libdbi-users] Finding inserted rows)

2006-05-28 Thread Markus Hoenicka
a chance to test the patch right now (my PostgreSQL is still at 8.0) but it looks fine to me. I'll check it in if someone can confirm that it does work. I'll probably be able to install 8.1 next week, but I'd be glad if someone else can confirm the patch works. regards, Markus -- Markus Hoenicka